From: Andrew Innes Date: Mon, 1 Jun 1998 14:01:14 +0000 (+0000) Subject: Undefine _WINSOCKAPI_. X-Git-Tag: emacs-20.3~762 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=14fa0be5e2e7d772b0c7fb3c0676f64fa320432f;p=emacs.git Undefine _WINSOCKAPI_. --- diff --git a/lib-src/ntlib.h b/lib-src/ntlib.h index 385db6dba64..2a7ccbb79b7 100644 --- a/lib-src/ntlib.h +++ b/lib-src/ntlib.h @@ -51,7 +51,7 @@ int fchown (int fd, int uid, int gid); #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 @@ int fchown (int fd, int uid, int gid); #define index strchr #define rindex strrchr +/* Make standard winsock definitions available if needed. */ +#undef _WINSOCKAPI_ + /* end of ntlib.h */