diff options
| author | Elliott Hughes <enh@google.com> | 2015-07-29 17:45:24 -0700 |
|---|---|---|
| committer | Elliott Hughes <enh@google.com> | 2015-07-29 17:45:24 -0700 |
| commit | 4e4af614014159c703f5f028a7712586269446ef (patch) | |
| tree | 11511aa802e506ae1bfe663e46493d0f04951b40 /libutils/Unicode.cpp | |
| parent | 5996f2292f7174e6d99eddde6a290ee4b3be701c (diff) | |
Use _WIN32 rather than HAVE_WINSOCK.
Change-Id: I9855b6fe72e2f2f3a8360c0993a67cb988024ee4
Diffstat (limited to 'libutils/Unicode.cpp')
| -rw-r--r-- | libutils/Unicode.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libutils/Unicode.cpp b/libutils/Unicode.cpp index fb876c91f0..6f4b721760 100644 --- a/libutils/Unicode.cpp +++ b/libutils/Unicode.cpp @@ -18,7 +18,7 @@ #include <stddef.h> -#ifdef HAVE_WINSOCK +#if defined(_WIN32) # undef nhtol # undef htonl # undef nhtos |
