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/protobuf
parentff62311bad5e563933215778a8fe0e3fa81a12d6 (diff)
[win] Moved all WINVER defines to common.pri so they affect also 3party libs
Diffstat (limited to '3party/protobuf')
-rw-r--r--3party/protobuf/src/google/protobuf/stubs/common.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/3party/protobuf/src/google/protobuf/stubs/common.cc b/3party/protobuf/src/google/protobuf/stubs/common.cc
index 12e14a898f..3b47cf0b92 100644
--- a/3party/protobuf/src/google/protobuf/stubs/common.cc
+++ b/3party/protobuf/src/google/protobuf/stubs/common.cc
@@ -39,7 +39,7 @@
//#include "config.h"
#if defined(_WIN32) && !defined(_BADA_SIMULATOR) && !defined(_BADA_DEVICE)
-#define WIN32_LEAN_AND_MEAN // We only need minimal includes
+//#define WIN32_LEAN_AND_MEAN // We only need minimal includes
#include <windows.h>
#define snprintf _snprintf // see comment in strutil.cc
#elif defined(HAVE_PTHREAD)