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

@ -1 +1 @@
Subproject commit 2db10ad60a86b3cfa59c6328a0e38c7ba1d9088c
Subproject commit 8b9dd56955f0ada6cb89e77eb7ea65fb15efdb0c

View File

@ -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