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>2018-03-22 19:32:51 +0300
committerSergey Sharybin <sergey.vfx@gmail.com>2018-03-22 19:32:51 +0300
commit4486eddfaad28ac7a3700c80eed4ece45976625b (patch)
tree793438b6051ac15facdc1be7b2886f2839a62c64 /extern
parentc9e7e1987bc044b5b438ab2f50c4654b7afeca4c (diff)
GLog: Tweak settings according to our config
We do have gflags.
Diffstat (limited to 'extern')
-rw-r--r--extern/glog/src/windows/glog/logging.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/extern/glog/src/windows/glog/logging.h b/extern/glog/src/windows/glog/logging.h
index f521a2b9424..606831f211c 100644
--- a/extern/glog/src/windows/glog/logging.h
+++ b/extern/glog/src/windows/glog/logging.h
@@ -86,7 +86,7 @@
#include <inttypes.h> // a third place for uint16_t or u_int16_t
#endif
-#if 0
+#if 1
#include <gflags/gflags.h>
#endif