X-Git-Url: https://git.hcoop.net/bpt/emacs.git/blobdiff_plain/6bf87eac50e7132eba85e379a06250c74a23644c..519bf1461a882f40fa8e4e12cb161e1ffbde4b8b:/lib-src/ntlib.h?ds=sidebyside diff --git a/lib-src/ntlib.h b/lib-src/ntlib.h index 385db6dba6..2a7ccbb79b 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 */