Windows fixes

This commit is contained in:
Jack Andersen
2015-09-26 18:35:00 -10:00
parent a7afead6ab
commit dfdfdb2749
2 changed files with 5 additions and 2 deletions

View File

@@ -6,8 +6,11 @@
#include <direct.h> #include <direct.h>
#ifndef WIN32_LEAN_AND_MEAN #ifndef WIN32_LEAN_AND_MEAN
#define WIN32_LEAN_AND_MEAN 1 #define WIN32_LEAN_AND_MEAN 1
#include <windows.h>
#endif #endif
#ifndef NOMINMAX
#define NOMINMAX
#endif
#include <windows.h>
#else #else
#include <ctype.h> #include <ctype.h>
#endif #endif