fixup test for mingw64

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@30002 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
rfm 2010-03-19 12:14:32 +00:00
parent 1a5d643771
commit 4f5fdc479b

View file

@ -5,7 +5,7 @@
are permitted in any medium without royalty provided the copyright
notice and this notice are preserved.
*/
#if defined(__MINGW__)
#if defined(__MINGW32__) || defined(__MINGW64__)
#include <windows.h>
#include <winsock2.h>
#else