mirror of
https://github.com/AxioDL/nod.git
synced 2025-12-18 01:15:22 +00:00
Windows fixes
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user