OSDN Git Service

Use _WIN32 rather than HAVE_WINSOCK.
authorElliott Hughes <enh@google.com>
Thu, 30 Jul 2015 00:49:27 +0000 (17:49 -0700)
committerElliott Hughes <enh@google.com>
Thu, 30 Jul 2015 00:49:27 +0000 (17:49 -0700)
Change-Id: I0821d2af8473c359e8b73aec455000cb7c42f690

libs/androidfw/ResourceTypes.cpp

index fbe08ec..8363810 100644 (file)
@@ -47,7 +47,7 @@
 
 namespace android {
 
-#ifdef HAVE_WINSOCK
+#if defined(_WIN32)
 #undef  nhtol
 #undef  htonl
 #define ntohl(x)    ( ((x) << 24) | (((x) >> 24) & 255) | (((x) << 8) & 0xff0000) | (((x) >> 8) & 0xff00) )