[Bf-blender-cvs] [1f2aec7] master: Fix for previous commit...sorry!

Antony Riakiotakis noreply at git.blender.org
Sat Jan 4 14:48:13 CET 2014


Commit: 1f2aec71b40b00324255c33e6d4f347614c50f42
Author: Antony Riakiotakis
Date:   Sat Jan 4 13:47:40 2014 +0200
https://developer.blender.org/rB1f2aec71b40b00324255c33e6d4f347614c50f42

Fix for previous commit...sorry!

===================================================================

M	source/blender/blenlib/BLI_winstuff.h

===================================================================

diff --git a/source/blender/blenlib/BLI_winstuff.h b/source/blender/blenlib/BLI_winstuff.h
index 25e4ce0..13a946a 100644
--- a/source/blender/blenlib/BLI_winstuff.h
+++ b/source/blender/blenlib/BLI_winstuff.h
@@ -94,7 +94,7 @@ extern "C" {
 /* defines for using ISO C++ conformant names */
 #define snprintf _snprintf
 
-#if defined(MSC_VER) || (defined(FREE_WINDOWS) && !defined(FREE_WINDOWS64))
+#if defined(_MSC_VER) || (defined(FREE_WINDOWS) && !defined(FREE_WINDOWS64))
 #  define	R_OK	4
 #  define	W_OK	2
 // not accepted by access() on windows




More information about the Bf-blender-cvs mailing list