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:
authorSergey Sharybin <sergey.vfx@gmail.com>2014-12-31 17:03:48 +0300
committerSergey Sharybin <sergey.vfx@gmail.com>2014-12-31 17:04:29 +0300
commit59742167ce926c8898f80e00888e94c4766a9b32 (patch)
tree7c564325faa33cfb672e54f2ecde11e1746865c5 /extern/libmv/third_party/gflags/config.h
parentf31f28c3f452fc1bfe2d4b9ca529e269c914b47e (diff)
Just another attempt to make MSVC happy
No idea why standalone libmv remo was all fine with the code..
Diffstat (limited to 'extern/libmv/third_party/gflags/config.h')
-rw-r--r--extern/libmv/third_party/gflags/config.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/extern/libmv/third_party/gflags/config.h b/extern/libmv/third_party/gflags/config.h
index 986329ba1c0..858510835c1 100644
--- a/extern/libmv/third_party/gflags/config.h
+++ b/extern/libmv/third_party/gflags/config.h
@@ -29,9 +29,7 @@
/* #undef HAVE_FNMATCH_H */
// Define if you have the <shlwapi.h> header file (Windows 2000/XP).
-#ifdef WIN32
-# define HAVE_SHLWAPI_H
-#endif
+#undef HAVE_SHLWAPI_H
// Define if you have the strtoll function.
#define HAVE_STRTOLL