attempt to fix win compilation for defnax

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1601 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
csoler 2009-09-05 18:45:00 +00:00
parent 0573171e6f
commit 52db2c4428

View File

@ -1,7 +1,7 @@
#ifndef RS_UNIVERSAL_STUFF #ifndef RS_UNIVERSAL_STUFF
#define RS_UNIVERSAL_STUFF #define RS_UNIVERSAL_STUFF
#ifdef WIN32 #if defined(WIN32) || defined(MINGW)
#include <unistd.h> #include <unistd.h>
#define sleep(x) Sleep(1000 * x) #define sleep(x) Sleep(1000 * x)