aboutsummaryrefslogtreecommitdiff
path: root/src/server/shared/CompilerDefs.h
diff options
context:
space:
mode:
authorXanadu <none@none>2010-06-23 01:47:41 +0200
committerXanadu <none@none>2010-06-23 01:47:41 +0200
commitffaffe3fd753b0afc75679c9730276871a9d034a (patch)
treef51f59797532a307b6f8f426fd22e593c4418070 /src/server/shared/CompilerDefs.h
parent27062ffd6173b0ea1181353eeade6935e355e351 (diff)
* Renamed several VS projects and the executables they produce to reflect the new naming convention.
* Cleaned up some useless and redundant preprocessor definitions. * Fixed the win build so that it correctly uses the mysql lib it built from the sources. * Note that you still need to use 8615_mysql_openssl_libs.zip for the OpenSSL binaries. * Also note that Win x64 build from the existing VS files is still fubar (mysql lib...). --HG-- branch : trunk
Diffstat (limited to 'src/server/shared/CompilerDefs.h')
-rw-r--r--src/server/shared/CompilerDefs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/shared/CompilerDefs.h b/src/server/shared/CompilerDefs.h
index fb7dbfe4caa..d2d470e2097 100644
--- a/src/server/shared/CompilerDefs.h
+++ b/src/server/shared/CompilerDefs.h
@@ -26,7 +26,7 @@
#define PLATFORM_APPLE 2
#define PLATFORM_INTEL 3
-// must be first (win 64 also define WIN32)
+// must be first (win 64 also define _WIN32)
#if defined( _WIN64 )
# define PLATFORM PLATFORM_WINDOWS
#elif defined( __WIN32__ ) || defined( WIN32 ) || defined( _WIN32 )