header fixes

This commit is contained in:
q66 2016-01-26 19:01:27 +00:00
parent e5dc50b0dd
commit 62d7836f32
2 changed files with 2 additions and 0 deletions

View file

@ -13,6 +13,7 @@
#define NOMINMAX
#include <windows.h>
#else
#include <unistd.h>
#include <dirent.h>
#include <sys/stat.h>
#endif

View file

@ -13,6 +13,7 @@
#include <unistd.h>
#else
#define WIN32_LEAN_AND_MEAN
#define NOMINMAX
#include <windows.h>
#endif