added definition _WINDOWS for (mingw and others) compatibility
This commit is contained in:
parent
18adaef056
commit
5ee50170b0
4 changed files with 23 additions and 13 deletions
|
|
@ -14,7 +14,7 @@
|
|||
#include <config.h>
|
||||
#endif
|
||||
|
||||
#ifndef _MSC_VER
|
||||
#ifndef _WINDOWS
|
||||
|
||||
#include <cstdlib>
|
||||
#include <cstring>
|
||||
|
|
|
|||
Reference in a new issue