fix WIN32 warning

This commit is contained in:
Vitor Santos Costa 2010-07-20 11:28:45 +01:00
parent 396a0716c7
commit 18ff860937

View File

@ -77,12 +77,10 @@ static char SccsId[] = "%W% %G%";
#define strncpy(X,Y,Z) strcpy(X,Y) #define strncpy(X,Y,Z) strcpy(X,Y)
#endif #endif
#if _MSC_VER || defined(__MINGW32__) #if _MSC_VER || defined(__MINGW32__)
#include <windows.h>
#endif
#if _MSC_VER || defined(__MINGW32__)
#if USE_SOCKET #if USE_SOCKET
#include <winsock2.h> #include <winsock2.h>
#endif #endif
#include <windows.h>
#ifndef S_ISDIR #ifndef S_ISDIR
#define S_ISDIR(x) (((x)&_S_IFDIR)==_S_IFDIR) #define S_ISDIR(x) (((x)&_S_IFDIR)==_S_IFDIR)
#endif #endif