diff lib-src/ntlib.h @ 22315:80daf55e329a

Undefine _WINSOCKAPI_.
author Andrew Innes <andrewi@gnu.org>
date Mon, 01 Jun 1998 14:01:14 +0000
parents 9b2a1f0c73dc
children 9865d23be9e7
line wrap: on
line diff
--- a/lib-src/ntlib.h	Mon Jun 01 14:00:12 1998 +0000
+++ b/lib-src/ntlib.h	Mon Jun 01 14:01:14 1998 +0000
@@ -51,7 +51,7 @@
 #define bcmp(a, b, l) memcmp(a, b, l)
 #endif
 
-/* redirect or undo interceptions by config.h */
+/* redirect or undo interceptions created by config.h */
 #undef access
 #define access  _access
 #undef chdir
@@ -111,4 +111,7 @@
 #define index     strchr
 #define rindex    strrchr
 
+/* Make standard winsock definitions available if needed.  */
+#undef _WINSOCKAPI_
+
 /* end of ntlib.h */