diff --git a/limelight-common/PlatformSockets.h b/limelight-common/PlatformSockets.h index 689c66d..210cb5a 100644 --- a/limelight-common/PlatformSockets.h +++ b/limelight-common/PlatformSockets.h @@ -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 - -#ifdef LC_WINDOWS_PHONE -#undef WINAPI_FAMILY -#define WINAPI_FAMILY WINAPI_FAMILY_PHONE_APP -#endif - #else #include #include