mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-23 09:04:13 +00:00
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:
parent
1a5d643771
commit
4f5fdc479b
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue