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:
Diffstat (limited to 'extern/gflags/src/gflags/gflags_declare.h')
-rw-r--r--extern/gflags/src/gflags/gflags_declare.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/extern/gflags/src/gflags/gflags_declare.h b/extern/gflags/src/gflags/gflags_declare.h
index 98747f3cda1..3b187bd4153 100644
--- a/extern/gflags/src/gflags/gflags_declare.h
+++ b/extern/gflags/src/gflags/gflags_declare.h
@@ -51,7 +51,7 @@
// Must be overwritten when this header file is used with the optionally also
// built static library instead; set by CMake's INTERFACE_COMPILE_DEFINITIONS.
#ifndef GFLAGS_IS_A_DLL
-# define GFLAGS_IS_A_DLL 1
+# define GFLAGS_IS_A_DLL 0
#endif
// We always want to import the symbols of the gflags library.