diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2015-03-03 11:45:43 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2015-03-03 11:49:23 +0100 |
commit | 7c0eb12009496a35c927cd5b2520f9c34d50860b (patch) | |
tree | dd9de2bbd6b17d59f483ad605741e2285ad5ff85 /sal | |
parent | 070141b854c7731aa44ccf6ce446802ad8653697 (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
Diffstat (limited to 'sal')
-rw-r--r-- | sal/Library_sal.mk | 4 |
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 \ |