Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Zolotarev <deathbaba@gmail.com>2011-04-26 04:40:44 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 01:16:28 +0300
commit370d44264878b06f3e662fc40a2b75cd03f2b3ad (patch)
tree253236b6176566077241ffdb442b4a5e0c24c44b /3party/gflags
parentff62311bad5e563933215778a8fe0e3fa81a12d6 (diff)
[win] Moved all WINVER defines to common.pri so they affect also 3party libs
Diffstat (limited to '3party/gflags')
-rw-r--r--3party/gflags/src/mutex.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/3party/gflags/src/mutex.h b/3party/gflags/src/mutex.h
index 6e1e8976b6..82c1be209d 100644
--- a/3party/gflags/src/mutex.h
+++ b/3party/gflags/src/mutex.h
@@ -117,7 +117,7 @@
#if defined(NO_THREADS)
typedef int MutexType; // to keep a lock-count
#elif defined(_WIN32) || defined(__CYGWIN32__) || defined(__CYGWIN64__)
-# define WIN32_LEAN_AND_MEAN // We only need minimal includes
+//# define WIN32_LEAN_AND_MEAN // We only need minimal includes
# ifdef GMUTEX_TRYLOCK
// We need Windows NT or later for TryEnterCriticalSection(). If you
// don't need that functionality, you can remove these _WIN32_WINNT