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
a2dcccd9
Commit
a2dcccd9
authored
Jul 14, 2007
by
Jason Rumney
Browse files
Include winsock2.h and ws2tcpip.h instead of winsock.h.
parent
a25beddb
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
1 deletion
+7
-1
nt/ChangeLog
nt/ChangeLog
+5
-0
nt/inc/sys/socket.h
nt/inc/sys/socket.h
+2
-1
No files found.
nt/ChangeLog
View file @
a2dcccd9
2007-07-14 Jason Rumney <jasonr@gnu.org>
* inc/sys/socket.h: Include winsock2.h and ws2tcpip.h instead
of winsock.h.
2007-06-25 Jason Rumney <jasonr@gnu.org>
* cmdproxy.c (main): Set console codepages to "ANSI".
...
...
nt/inc/sys/socket.h
View file @
a2dcccd9
...
...
@@ -51,7 +51,8 @@ Boston, MA 02110-1301, USA. */
#define timeval ws_timeval
#endif
#include <winsock.h>
#include <winsock2.h>
#include <ws2tcpip.h>
/* redefine select to reference our version */
#ifdef MUST_REDEF_SELECT
...
...
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