(svn r1339) -Fix: compilation with networking works on MinGW32 again (thx orudge).
authordarkvater
Mon, 03 Jan 2005 14:33:59 +0000
changeset 858 329ff519fb45
parent 857 0fbb53269a10
child 859 46839573bed8
(svn r1339) -Fix: compilation with networking works on MinGW32 again (thx orudge).
stdafx.h
--- a/stdafx.h	Mon Jan 03 14:07:49 2005 +0000
+++ b/stdafx.h	Mon Jan 03 14:33:59 2005 +0000
@@ -20,7 +20,7 @@
 #include <string.h>
 #include <stdlib.h>
 
-#if defined(UNIX)
+#if defined(UNIX) || defined(__MINGW32__)
 #	include <sys/types.h>
 #endif