From adbf442a515c51cb2acb34e20c1d2ea0e843c660 Mon Sep 17 00:00:00 2001 From: Elliott Hughes Date: Wed, 29 Jul 2015 17:45:24 -0700 Subject: Use _WIN32 rather than HAVE_WINSOCK. Change-Id: I9855b6fe72e2f2f3a8360c0993a67cb988024ee4 --- libutils/Unicode.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libutils/Unicode.cpp') diff --git a/libutils/Unicode.cpp b/libutils/Unicode.cpp index fb876c91f..6f4b72176 100644 --- a/libutils/Unicode.cpp +++ b/libutils/Unicode.cpp @@ -18,7 +18,7 @@ #include -#ifdef HAVE_WINSOCK +#if defined(_WIN32) # undef nhtol # undef htonl # undef nhtos -- cgit v1.2.3