diff options
author | Xanadu <none@none> | 2010-06-23 01:47:41 +0200 |
---|---|---|
committer | Xanadu <none@none> | 2010-06-23 01:47:41 +0200 |
commit | ffaffe3fd753b0afc75679c9730276871a9d034a (patch) | |
tree | f51f59797532a307b6f8f426fd22e593c4418070 /src/server/game/Scripting/ScriptLoader.cpp | |
parent | 27062ffd6173b0ea1181353eeade6935e355e351 (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/game/Scripting/ScriptLoader.cpp')
-rw-r--r-- | src/server/game/Scripting/ScriptLoader.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/game/Scripting/ScriptLoader.cpp b/src/server/game/Scripting/ScriptLoader.cpp index 37af3c50691..7bdf7eb6e4e 100644 --- a/src/server/game/Scripting/ScriptLoader.cpp +++ b/src/server/game/Scripting/ScriptLoader.cpp @@ -16,7 +16,7 @@ #include "ScriptPCH.h" -#ifdef WIN32 +#ifdef _WIN32 #define DO_SCRIPTS #endif |