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
17841cd5
Commit
17841cd5
authored
Jul 29, 2023
by
Alistair Leslie-Hughes
Committed by
Alexandre Julliard
Jul 31, 2023
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
webservices: Remove DECLSPEC_HIDDEN usage.
parent
273c7318
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
sock.h
dlls/webservices/sock.h
+4
-4
webservices_private.h
dlls/webservices/webservices_private.h
+0
-0
No files found.
dlls/webservices/sock.h
View file @
17841cd5
...
...
@@ -18,7 +18,7 @@
#include "ws2tcpip.h"
void
winsock_init
(
void
)
DECLSPEC_HIDDEN
;
HRESULT
resolve_hostname
(
const
WCHAR
*
,
USHORT
,
struct
sockaddr
*
,
int
*
,
int
)
DECLSPEC_HIDDEN
;
HRESULT
channel_accept_tcp
(
SOCKET
,
HANDLE
,
HANDLE
,
WS_CHANNEL
*
)
DECLSPEC_HIDDEN
;
HRESULT
channel_accept_udp
(
SOCKET
,
HANDLE
,
HANDLE
,
WS_CHANNEL
*
)
DECLSPEC_HIDDEN
;
void
winsock_init
(
void
);
HRESULT
resolve_hostname
(
const
WCHAR
*
,
USHORT
,
struct
sockaddr
*
,
int
*
,
int
);
HRESULT
channel_accept_tcp
(
SOCKET
,
HANDLE
,
HANDLE
,
WS_CHANNEL
*
);
HRESULT
channel_accept_udp
(
SOCKET
,
HANDLE
,
HANDLE
,
WS_CHANNEL
*
);
dlls/webservices/webservices_private.h
View file @
17841cd5
This diff is collapsed.
Click to expand it.
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