mirror of
https://github.com/Eaglercraft-TeaVM-Fork/eagler-teavm.git
synced 2024-12-22 08:14:09 -08:00
C: don't define WIN32_LEAN_AND_MEAN
This commit is contained in:
parent
8a359c6434
commit
94996a5e00
|
@ -329,7 +329,6 @@ int32_t teavm_file_canonicalize(char16_t* path, int32_t pathSize, char16_t** res
|
|||
#endif
|
||||
|
||||
#ifdef _MSC_VER
|
||||
#define WIN32_LEAN_AND_MEAN
|
||||
#include <Windows.h>
|
||||
|
||||
static int32_t teavm_readEnv(char16_t** result, WCHAR const * name) {
|
||||
|
|
Loading…
Reference in New Issue
Block a user