Mercurial > emacs
changeset 22315:80daf55e329a
Undefine _WINSOCKAPI_.
author | Andrew Innes <andrewi@gnu.org> |
---|---|
date | Mon, 01 Jun 1998 14:01:14 +0000 |
parents | 95153bed0a83 |
children | 95d38cf99591 |
files | lib-src/ntlib.h |
diffstat | 1 files changed, 4 insertions(+), 1 deletions(-) [+] |
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 */