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/QueryResult.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/server/shared/Database/QueryResult.h') diff --git a/src/server/shared/Database/QueryResult.h b/src/server/shared/Database/QueryResult.h index 0c87025843d..b2efdefbda0 100755 --- a/src/server/shared/Database/QueryResult.h +++ b/src/server/shared/Database/QueryResult.h @@ -27,11 +27,11 @@ #include "Field.h" #ifdef _WIN32 -#define FD_SETSIZE 1024 -#include -#include + #define FD_SETSIZE 1024 + #include + #include #else -#include + #include #endif class QueryResult -- cgit v1.2.3