OSDN Git Service

Remove HAVE_WINSOCK.
authorElliott Hughes <enh@google.com>
Thu, 30 Jul 2015 02:05:24 +0000 (19:05 -0700)
committerElliott Hughes <enh@google.com>
Thu, 30 Jul 2015 02:05:24 +0000 (19:05 -0700)
Change-Id: I362451b68775de0216c5b8736f5cc16a7933b6c2

core/combo/include/arch/windows/AndroidConfig.h

index fbda250..3e56200 100644 (file)
 #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.