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
9603fba8
Commit
9603fba8
authored
Apr 27, 2021
by
Zebediah Figura
Committed by
Alexandre Julliard
Apr 27, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
include: Define _WINSOCKAPI_ in winsock2.h.
Signed-off-by:
Zebediah Figura
<
z.figura12@gmail.com
>
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
904c05d3
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
1 addition
and
7 deletions
+1
-7
shlfileop.c
dlls/shell32/tests/shlfileop.c
+0
-1
string.c
dlls/shell32/tests/string.c
+0
-1
windows.h
include/windows.h
+0
-3
winsock2.h
include/winsock2.h
+1
-0
winapi_test
tools/winapi/winapi_test
+0
-2
No files found.
dlls/shell32/tests/shlfileop.c
View file @
9603fba8
...
@@ -22,7 +22,6 @@
...
@@ -22,7 +22,6 @@
#include <stdio.h>
#include <stdio.h>
#define COBJMACROS
#define COBJMACROS
#define WINE_NOWINSOCK
#include <windows.h>
#include <windows.h>
#include "shellapi.h"
#include "shellapi.h"
#include "shlobj.h"
#include "shlobj.h"
...
...
dlls/shell32/tests/string.c
View file @
9603fba8
...
@@ -21,7 +21,6 @@
...
@@ -21,7 +21,6 @@
#include <stdarg.h>
#include <stdarg.h>
#include <stdio.h>
#include <stdio.h>
#define WINE_NOWINSOCK
#include "windef.h"
#include "windef.h"
#include "winbase.h"
#include "winbase.h"
#include "wtypes.h"
#include "wtypes.h"
...
...
include/windows.h
View file @
9603fba8
...
@@ -59,10 +59,7 @@
...
@@ -59,10 +59,7 @@
#include <rpc.h>
#include <rpc.h>
#include <shellapi.h>
#include <shellapi.h>
#include <winperf.h>
#include <winperf.h>
#ifndef WINE_NOWINSOCK
#include <winsock.h>
#include <winsock.h>
#endif
/* WINE_NOWINSOCK */
#ifndef NOCRYPT
#ifndef NOCRYPT
#include <wincrypt.h>
#include <wincrypt.h>
...
...
include/winsock2.h
View file @
9603fba8
...
@@ -102,6 +102,7 @@
...
@@ -102,6 +102,7 @@
#ifndef _WINSOCK2API_
#ifndef _WINSOCK2API_
#define _WINSOCK2API_
#define _WINSOCK2API_
#define _WINSOCKAPI_
#include <windows.h>
#include <windows.h>
...
...
tools/winapi/winapi_test
View file @
9603fba8
...
@@ -517,8 +517,6 @@ sub output_header($$$) {
...
@@ -517,8 +517,6 @@ sub output_header($$$) {
print
OUT
" */\n"
;
print
OUT
" */\n"
;
print
OUT
"\n"
;
print
OUT
"\n"
;
print
OUT
"#define WINE_NOWINSOCK\n"
;
print
OUT
"\n"
;
foreach
my
$test
(
@tests
)
{
foreach
my
$test
(
@tests
)
{
my
@includes
=
$tests
->
get_section
(
$test_dir
,
$test
,
"include"
);
my
@includes
=
$tests
->
get_section
(
$test_dir
,
$test
,
"include"
);
foreach
my
$include
(
@includes
)
{
foreach
my
$include
(
@includes
)
{
...
...
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