# HG changeset patch # User Andrew Innes # Date 896709674 0 # Node ID 80daf55e329a579e5d749f6d55bfd56e45eb0848 # Parent 95153bed0a8380d747704087ebb1301a3fc4a5cd Undefine _WINSOCKAPI_. diff -r 95153bed0a83 -r 80daf55e329a lib-src/ntlib.h --- 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 */