mirror of https://github.com/AxioDL/nod.git
Windows fixes
This commit is contained in:
parent
a7afead6ab
commit
dfdfdb2749
2
LogVisor
2
LogVisor
|
@ -1 +1 @@
|
|||
Subproject commit 2db10ad60a86b3cfa59c6328a0e38c7ba1d9088c
|
||||
Subproject commit 8b9dd56955f0ada6cb89e77eb7ea65fb15efdb0c
|
|
@ -6,8 +6,11 @@
|
|||
#include <direct.h>
|
||||
#ifndef WIN32_LEAN_AND_MEAN
|
||||
#define WIN32_LEAN_AND_MEAN 1
|
||||
#include <windows.h>
|
||||
#endif
|
||||
#ifndef NOMINMAX
|
||||
#define NOMINMAX
|
||||
#endif
|
||||
#include <windows.h>
|
||||
#else
|
||||
#include <ctype.h>
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue