Win64 fixes for GNUstep

This commit is contained in:
Gregoro John Casamento 2019-03-14 08:47:41 -04:00
parent dc481825ec
commit 532b85c7a9

View file

@ -308,6 +308,7 @@ typedef struct {
#endif
#if defined(__WIN64__)
#define WinBOOL WINBOOL
#include <winsock2.h>
#include <windows.h>
#else