diff options
| author | Andrew Innes | 1998-06-01 14:01:14 +0000 |
|---|---|---|
| committer | Andrew Innes | 1998-06-01 14:01:14 +0000 |
| commit | 14fa0be5e2e7d772b0c7fb3c0676f64fa320432f (patch) | |
| tree | ef5e5a2563ce6ecf5d0ea69f232fff8109f1f3e1 /lib-src/ntlib.h | |
| parent | 69407fcd985b0b30429a5192d96f4c02dce97647 (diff) | |
| download | emacs-14fa0be5e2e7d772b0c7fb3c0676f64fa320432f.tar.gz emacs-14fa0be5e2e7d772b0c7fb3c0676f64fa320432f.zip | |
Undefine _WINSOCKAPI_.
Diffstat (limited to 'lib-src/ntlib.h')
| -rw-r--r-- | lib-src/ntlib.h | 5 |
1 files changed, 4 insertions, 1 deletions
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); | |||
| 51 | #define bcmp(a, b, l) memcmp(a, b, l) | 51 | #define bcmp(a, b, l) memcmp(a, b, l) |
| 52 | #endif | 52 | #endif |
| 53 | 53 | ||
| 54 | /* redirect or undo interceptions by config.h */ | 54 | /* redirect or undo interceptions created by config.h */ |
| 55 | #undef access | 55 | #undef access |
| 56 | #define access _access | 56 | #define access _access |
| 57 | #undef chdir | 57 | #undef chdir |
| @@ -111,4 +111,7 @@ int fchown (int fd, int uid, int gid); | |||
| 111 | #define index strchr | 111 | #define index strchr |
| 112 | #define rindex strrchr | 112 | #define rindex strrchr |
| 113 | 113 | ||
| 114 | /* Make standard winsock definitions available if needed. */ | ||
| 115 | #undef _WINSOCKAPI_ | ||
| 116 | |||
| 114 | /* end of ntlib.h */ | 117 | /* end of ntlib.h */ |