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