Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
14fa0be5
Commit
14fa0be5
authored
Jun 01, 1998
by
Andrew Innes
Browse files
Undefine _WINSOCKAPI_.
parent
69407fcd
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
lib-src/ntlib.h
lib-src/ntlib.h
+4
-1
No files found.
lib-src/ntlib.h
View file @
14fa0be5
...
...
@@ -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 */
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment