Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntony Riakiotakis <kalast@gmail.com>2014-01-04 15:47:40 +0400
committerAntony Riakiotakis <kalast@gmail.com>2014-01-04 15:47:40 +0400
commit1f2aec71b40b00324255c33e6d4f347614c50f42 (patch)
treeee7ea7ddb84023ef5e70aa96f44d68fc6b324a20 /source/blender/blenlib/BLI_winstuff.h
parentbaa1ae0749970e55217409519be18f97efe2d692 (diff)
Fix for previous commit...sorry!
Diffstat (limited to 'source/blender/blenlib/BLI_winstuff.h')
-rw-r--r--source/blender/blenlib/BLI_winstuff.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/blenlib/BLI_winstuff.h b/source/blender/blenlib/BLI_winstuff.h
index 25e4ce0be18..13a946ac370 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