Skip to content

Commit

Permalink
Windows: Removed Zookeeper's NTDDI_VERSION.
Browse files Browse the repository at this point in the history
  • Loading branch information
dpravat authored and jmlvanre committed May 13, 2016
1 parent 148348b commit ac0f99f
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion 3rdparty/zookeeper-06d3f3f.patch
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,18 @@ index ccc3c18..b1f4bfe
/* Define to 1 if you have the <arpa/inet.h> header file. */
#undef HAVE_ARPA_INET_H

@@ -171,12 +173,17 @@
@@ -156,9 +158,2 @@ Allow APIs defined post NT4 to be used in files using the header

-#ifndef _WIN32_WINNT_NT4
-#define _WIN32_WINNT_NT4 0x0400
-#endif
-
-#define NTDDI_VERSION _WIN32_WINNT_NT4
-#define _WIN32_WINNT _WIN32_WINNT_NT4
-
#define _CRT_SECURE_NO_WARNINGS

@@ -171,12 +164,17 @@
#undef max

#include <errno.h>
Expand Down

0 comments on commit ac0f99f

Please sign in to comment.