BIND 10 trac829, updated. d0ee7ff637d64db8447b9687ea6a8fec219d3d04 [trac829] Restore _WINSOCKAPI_ "value".

BIND 10 source code commits bind10-changes at lists.isc.org
Sat Apr 23 11:00:22 UTC 2011


The branch, trac829 has been updated
       via  d0ee7ff637d64db8447b9687ea6a8fec219d3d04 (commit)
      from  9e3c37be3327325ac6b3fe56bdabcc82624a8474 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit d0ee7ff637d64db8447b9687ea6a8fec219d3d04
Author: Francis Dupont <fdupont at isc.org>
Date:   Sat Apr 23 12:59:15 2011 +0200

    [trac829] Restore _WINSOCKAPI_ "value".

-----------------------------------------------------------------------

Summary of changes:
 win32build/config.h |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

-----------------------------------------------------------------------
diff --git a/win32build/config.h b/win32build/config.h
index 350303e..2a415af 100644
--- a/win32build/config.h
+++ b/win32build/config.h
@@ -54,6 +54,7 @@ typedef unsigned int uid_t;
 /* Prevent inclusion of winsock.h in windows.h */
 #ifndef _WINSOCKAPI_
 #define _WINSOCKAPI_
+#define _RESTORE_WSA_
 #endif
 
 /*
@@ -66,3 +67,7 @@ typedef unsigned int uid_t;
 #define FD_SETSIZE 16384
 #include <windows.h>
 
+/* Restore _WINSOCKAPI_ */
+#ifdef _RESTORE_WSA_
+#undef _WINSOCKAPI_
+#endif




More information about the bind10-changes mailing list