diff --git a/core/combo/include/arch/windows/AndroidConfig.h b/core/combo/include/arch/windows/AndroidConfig.h index 3cf5d0189e..60268c8ad5 100644 --- a/core/combo/include/arch/windows/AndroidConfig.h +++ b/core/combo/include/arch/windows/AndroidConfig.h @@ -38,11 +38,6 @@ */ #define HAVE_MS_C_RUNTIME -/* - * Define this if we want to use WinSock. - */ -#define HAVE_WINSOCK - /* * We need to choose between 32-bit and 64-bit off_t. All of our code should * agree on the same size. For desktop systems, use 64-bit values,