summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2015-03-03 11:45:43 +0100
committerStephan Bergmann <sbergman@redhat.com>2015-03-03 11:49:23 +0100
commit7c0eb12009496a35c927cd5b2520f9c34d50860b (patch)
treedd9de2bbd6b17d59f483ad605741e2285ad5ff85
parent070141b854c7731aa44ccf6ce446802ad8653697 (diff)
Work around missing InetPtonW
...in certain Windows build environments (whatever it is exactly that causes some Windows builds to fail with "error C3861: 'InetPtonW': identifier not found" while others succeed). Unclear what the original reason was for setting _WIN32_WINNT here, but removing it hopefully does not break anything. Change-Id: I83222ad010d428cf2b9c447760ea47381552d04a
-rw-r--r--sal/Library_sal.mk4
1 files changed, 0 insertions, 4 deletions
diff --git a/sal/Library_sal.mk b/sal/Library_sal.mk
index 12b66dd76bea..fbf84d7d8619 100644
--- a/sal/Library_sal.mk
+++ b/sal/Library_sal.mk
@@ -213,10 +213,6 @@ else # $(OS) == WNT
))
# .ENDIF
-$(eval $(call gb_Library_add_defs,sal,\
- -D_WIN32_WINNT=0x0502 \
-))
-
$(eval $(call gb_Library_add_exception_objects,sal,\
sal/osl/w32/file \
sal/osl/w32/file_dirvol \