Merge "Remove HAVE_WINSOCK."
diff --git a/core/combo/include/arch/windows/AndroidConfig.h b/core/combo/include/arch/windows/AndroidConfig.h
index 3cf5d01..60268c8 100644
--- a/core/combo/include/arch/windows/AndroidConfig.h
+++ b/core/combo/include/arch/windows/AndroidConfig.h
@@ -39,11 +39,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,
  * because some of our libraries (e.g. wxWidgets) expect to be built that way.