Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-winehq
Commits
aca2385d
Commit
aca2385d
authored
May 19, 2011
by
Andrew Nguyen
Committed by
Alexandre Julliard
May 19, 2011
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
include: Revise the Winsock include in windows.h to match the Windows SDK.
parent
e82c5737
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
1 deletion
+3
-1
sock.c
dlls/ws2_32/tests/sock.c
+1
-0
windows.h
include/windows.h
+1
-1
ipconfig.c
programs/ipconfig/ipconfig.c
+1
-0
No files found.
dlls/ws2_32/tests/sock.c
View file @
aca2385d
...
@@ -22,6 +22,7 @@
...
@@ -22,6 +22,7 @@
#include <ntstatus.h>
#include <ntstatus.h>
#define WIN32_NO_STATUS
#define WIN32_NO_STATUS
#include <winsock2.h>
#include <windows.h>
#include <windows.h>
#include <ws2tcpip.h>
#include <ws2tcpip.h>
#include <mswsock.h>
#include <mswsock.h>
...
...
include/windows.h
View file @
aca2385d
...
@@ -63,7 +63,7 @@
...
@@ -63,7 +63,7 @@
/* #include <winperf.h> */
/* #include <winperf.h> */
#ifndef WINE_NOWINSOCK
#ifndef WINE_NOWINSOCK
#include <winsock
2
.h>
#include <winsock.h>
#endif
/* WINE_NOWINSOCK */
#endif
/* WINE_NOWINSOCK */
#ifndef NOCRYPT
#ifndef NOCRYPT
...
...
programs/ipconfig/ipconfig.c
View file @
aca2385d
...
@@ -19,6 +19,7 @@
...
@@ -19,6 +19,7 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
*/
#include <winsock2.h>
#include <windows.h>
#include <windows.h>
#include <iphlpapi.h>
#include <iphlpapi.h>
#include <wine/unicode.h>
#include <wine/unicode.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