tweaks for win64 by Seong Gu Lee <sgleehd@gmail.com>

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@39432 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Richard Frith-MacDonald 2016-03-01 10:41:33 +00:00
parent f241e0785d
commit 8352d4a919
5 changed files with 43 additions and 21 deletions

View file

@ -22,8 +22,9 @@
Boston, MA 02111 USA.
*/
#include <windows.h>
/* mingw wants winsock2.h before windows.h */
#include <winsock2.h>
#include <windows.h>
#include "common.h"