From 52db2c442852fa11b80bf1fadf8002d3183f9a65 Mon Sep 17 00:00:00 2001 From: csoler Date: Sat, 5 Sep 2009 18:45:00 +0000 Subject: [PATCH] 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 --- libretroshare/src/util/rswin.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libretroshare/src/util/rswin.h b/libretroshare/src/util/rswin.h index ff46280a9..65dfd121b 100644 --- a/libretroshare/src/util/rswin.h +++ b/libretroshare/src/util/rswin.h @@ -1,7 +1,7 @@ #ifndef RS_UNIVERSAL_STUFF #define RS_UNIVERSAL_STUFF -#ifdef WIN32 +#if defined(WIN32) || defined(MINGW) #include #define sleep(x) Sleep(1000 * x)