Fixed detection of windows-native

This commit is contained in:
Vladimir Pouzanov 2015-09-29 10:36:18 +01:00
parent 6d4f50e53a
commit fee4476605
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@
#include <inttypes.h>
#include <limits.h>
#ifndef WIN32_LEAN_AND_MEAN
#ifndef _WIN32
#include <sys/select.h>
#endif