[Bf-blender-cvs] [4486eddfaad] master: GLog: Tweak settings according to our config

Sergey Sharybin noreply at git.blender.org
Thu Mar 22 17:33:17 CET 2018


Commit: 4486eddfaad28ac7a3700c80eed4ece45976625b
Author: Sergey Sharybin
Date:   Thu Mar 22 17:32:51 2018 +0100
Branches: master
https://developer.blender.org/rB4486eddfaad28ac7a3700c80eed4ece45976625b

GLog: Tweak settings according to our config

We do have gflags.

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

M	extern/glog/src/windows/glog/logging.h

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

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



More information about the Bf-blender-cvs mailing list