Windows fix

This commit is contained in:
Jack Andersen 2015-09-26 18:33:36 -10:00
parent 2db10ad60a
commit 8b9dd56955
1 changed files with 3 additions and 0 deletions

View File

@ -2,6 +2,9 @@
#ifndef WIN32_LEAN_AND_MEAN
#define WIN32_LEAN_AND_MEAN 1
#endif
#ifndef NOMINMAX
#define NOMINMAX
#endif
#include <windows.h>
#else
#include <sys/ioctl.h>