From c2fa09af6a98d13d3eedf777f93b00ee666dc324 Mon Sep 17 00:00:00 2001 From: blacksirius Date: Sun, 3 Jun 2012 17:55:38 +0000 Subject: cleaned up windows header usage (added one central file to use windows / winapi specific stuff, to be able to set the appropriate flags before including it correctly) Note: this may screw up mingw or cygwin building, ill fix it later... git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16219 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/common/sql.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/common/sql.c') diff --git a/src/common/sql.c b/src/common/sql.c index edac5a297..800aa89b0 100644 --- a/src/common/sql.c +++ b/src/common/sql.c @@ -9,7 +9,7 @@ #include "sql.h" #ifdef WIN32 -#include +#include "../common/winapi.h" #endif #include #include // strlen/strnlen/memcpy/memset -- cgit v1.2.3-60-g2f50