Fixed windows.h include in Test.h

This commit is contained in:
Jason Watkins
2017-05-03 09:29:02 -07:00
parent a94c4268b7
commit cdad81d190

View File

@@ -12,7 +12,8 @@
#ifdef LINUX
#include <unistd.h>
#endif
#ifdef WINDOWS
#ifdef _WIN32
#define WIN32_LEAN_AND_MEAN
#include <windows.h>
#endif