added definition _WINDOWS for (mingw and others) compatibility

This commit is contained in:
tlegrand 2007-11-26 07:56:08 +00:00
commit 5ee50170b0
4 changed files with 23 additions and 13 deletions

View file

@ -14,7 +14,7 @@
#include <config.h>
#endif
#ifndef _MSC_VER
#ifndef _WINDOWS
#include <cstdlib>
#include <cstring>