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
path: root/extern
diff options
context:
space:
mode:
authorSergey Sharybin <sergey.vfx@gmail.com>2016-01-02 11:17:39 +0300
committerSergey Sharybin <sergey.vfx@gmail.com>2016-01-02 11:17:39 +0300
commit66bea2d77e0416bee3d3f49ee3d820adfd80f922 (patch)
tree93af1717447e19e90ab245301864dfbeb4936375 /extern
parentb1a7fc2c51f7c05babce6b99a1c47572906e253c (diff)
Fix compilation error on Windows
Diffstat (limited to 'extern')
-rw-r--r--extern/libmv/third_party/gflags/gflags/gflags_declare.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/extern/libmv/third_party/gflags/gflags/gflags_declare.h b/extern/libmv/third_party/gflags/gflags/gflags_declare.h
index 9b85f46cfdc..197197dcbc9 100644
--- a/extern/libmv/third_party/gflags/gflags/gflags_declare.h
+++ b/extern/libmv/third_party/gflags/gflags/gflags_declare.h
@@ -47,7 +47,7 @@
// We always want to import the symbols of the gflags library
#ifndef GFLAGS_DLL_DECL
-# if 1 && defined(_MSC_VER)
+# if 0 && defined(_MSC_VER)
# define GFLAGS_DLL_DECL __declspec(dllimport)
# else
# define GFLAGS_DLL_DECL
@@ -56,7 +56,7 @@
// We always want to import variables declared in user code
#ifndef GFLAGS_DLL_DECLARE_FLAG
-# ifdef _MSC_VER
+# if 0 && defined(_MSC_VER)
# define GFLAGS_DLL_DECLARE_FLAG __declspec(dllimport)
# else
# define GFLAGS_DLL_DECLARE_FLAG