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/lock.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/common/lock.c') diff --git a/src/common/lock.c b/src/common/lock.c index 643b86e5c..d01a54ca4 100644 --- a/src/common/lock.c +++ b/src/common/lock.c @@ -12,7 +12,7 @@ #ifndef WIN32 #include #else -#include +#include "../common/winapi.h" #endif // 書き込みファイルの保護処理 -- cgit v1.2.3-70-g09d2