Remove jank WP winsock header stuff

This commit is contained in:
Cameron Gutman 2014-03-29 21:56:18 -04:00 committed by Michelle Bergeron
parent ddd3cb8da9
commit e281d3c9fe

View File

@ -9,18 +9,6 @@
#define SetLastSocketError(x) WSASetLastError(x)
#define LastSocketError() WSAGetLastError()
#ifdef LC_WINDOWS_PHONE
#undef WINAPI_FAMILY
#define WINAPI_FAMILY WINAPI_FAMILY_DESKTOP_APP
#endif
#include <WinSock2.h>
#ifdef LC_WINDOWS_PHONE
#undef WINAPI_FAMILY
#define WINAPI_FAMILY WINAPI_FAMILY_PHONE_APP
#endif
#else
#include <sys/types.h>
#include <sys/socket.h>