Add WIN32_LEAN_AND_MEAN
This commit is contained in:
@@ -17,6 +17,7 @@ BEGIN_C_LINKAGE
|
||||
#define WAPP_PATH_SEP '/'
|
||||
#define WAPP_PATH_MAX PATH_MAX
|
||||
#elif defined(WAPP_PLATFORM_WINDOWS)
|
||||
#define WIN32_LEAN_AND_MEAN
|
||||
#include <windows.h>
|
||||
#define WAPP_PATH_SEP '\\'
|
||||
#define WAPP_PATH_MAX MAX_PATH
|
||||
|
||||
Reference in New Issue
Block a user