fixed compilation

svn-id: r8112
This commit is contained in:
Paweł Kołodziejski 2003-05-29 18:30:40 +00:00
parent 5a7e9b4b9c
commit f0c0b5f4f8

View File

@ -29,7 +29,7 @@
#include "common/config-file.h"
#include "common/gameDetector.h"
#if !( defined(__DC__) || defined(__GP32__) )
#if (!( defined(__DC__) || defined(__GP32__)) && !defined(_MSC_VER))
#include <unistd.h>
#endif