From e281d3c9fe777f64cfcd3ba9ec3b4833ec095701 Mon Sep 17 00:00:00 2001 From: Cameron Gutman Date: Sat, 29 Mar 2014 21:56:18 -0400 Subject: [PATCH] Remove jank WP winsock header stuff --- limelight-common/PlatformSockets.h | 12 ------------ 1 file changed, 12 deletions(-) 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