projects
/
blender.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
27d9863
)
Glog: Restore haiko OS
author
Sergey Sharybin <sergey.vfx@gmail.com>
Thu, 22 Mar 2018 15:58:09 +0000
(16:58 +0100)
committer
Sergey Sharybin <sergey.vfx@gmail.com>
Thu, 22 Mar 2018 15:58:23 +0000
(16:58 +0100)
extern/glog/src/config.h
patch
|
blob
|
history
diff --git
a/extern/glog/src/config.h
b/extern/glog/src/config.h
index f5c9c0b0a7b7a9c6aa5cc5998aaf0da8a3ff4eef..2703b7ba9dd12fc05b9466723a2fb7a909589db9 100644
(file)
--- a/
extern/glog/src/config.h
+++ b/
extern/glog/src/config.h
@@
-14,4
+14,6
@@
#include "windows/config.h"
#elif defined(__GNU__)
#include "config_hurd.h"
+#elif defined(__HAIKU__)
+ #include "config_haiku.h"
#endif