diff options
Diffstat (limited to 'src/common/showmsg.c')
-rw-r--r-- | src/common/showmsg.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/common/showmsg.c b/src/common/showmsg.c index 3beb55b72..c4271eda8 100644 --- a/src/common/showmsg.c +++ b/src/common/showmsg.c @@ -15,8 +15,7 @@ #include "libconfig.h" #ifdef WIN32 - #define WIN32_LEAN_AND_MEAN - #include <windows.h> + #include "../common/winapi.h" #ifdef DEBUGLOGMAP #define DEBUGLOGPATH "log\\map-server.log" |