From 9a8342abb76e15a194d40be7d568ba9442ac7214 Mon Sep 17 00:00:00 2001 From: click Date: Sun, 8 Aug 2010 03:33:21 +0200 Subject: Buildsystem: Make core buildable under Windows again - changed OpenSSL detection of headers around slightly - changed paths to MySQL-headers on Windows in a few files - removed precompiled header for scripts being built when building game - added requirement of building revision.h to be built before building shared - added some generic buildfixes (thanks zor) - use resource-files, allowing for icons to show up on windows --HG-- branch : trunk --- src/server/shared/Database/Database.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/server/shared/Database/Database.h') diff --git a/src/server/shared/Database/Database.h b/src/server/shared/Database/Database.h index 762abfd2ede..108ba3539bb 100644 --- a/src/server/shared/Database/Database.h +++ b/src/server/shared/Database/Database.h @@ -28,11 +28,11 @@ #include "ace/Guard_T.h" #ifdef _WIN32 -#define FD_SETSIZE 1024 -#include -#include + #define FD_SETSIZE 1024 + #include + #include #else -#include + #include #endif class SqlTransaction; -- cgit v1.2.3