mirror of
https://github.com/TES3MP/TES3MP.git
synced 2025-09-26 14:36:40 -04:00
fix 'WIN32_LEAN_AND_MEAN' macro redefinition warning.
This commit is contained in:
parent
0095737c40
commit
76f20b8b20
@ -14,7 +14,9 @@
|
||||
|
||||
#if defined(_WIN32)
|
||||
// For OutputDebugString
|
||||
#ifndef WIN32_LEAN_AND_MEAN
|
||||
#define WIN32_LEAN_AND_MEAN
|
||||
#endif
|
||||
#include <windows.h>
|
||||
// makes __argc and __argv available on windows
|
||||
#include <cstdlib>
|
||||
|
Loading…
x
Reference in New Issue
Block a user