Undefine _WINSOCKAPI_.
This commit is contained in:
parent
69407fcd98
commit
14fa0be5e2
1 changed files with 4 additions and 1 deletions
|
@ -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 */
|
||||
|
|
Loading…
Add table
Reference in a new issue