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
c5678419
Commit
c5678419
authored
Jun 17, 2021
by
Zebediah Figura
Committed by
Alexandre Julliard
Jun 18, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ws2_32: Remove some unused declarations.
Signed-off-by:
Zebediah Figura
<
z.figura12@gmail.com
>
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
c82c5e96
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
11 deletions
+0
-11
socket.c
dlls/ws2_32/socket.c
+0
-11
No files found.
dlls/ws2_32/socket.c
View file @
c5678419
...
@@ -416,14 +416,6 @@ static void socket_list_remove(SOCKET socket)
...
@@ -416,14 +416,6 @@ static void socket_list_remove(SOCKET socket)
LeaveCriticalSection
(
&
cs_socket_list
);
LeaveCriticalSection
(
&
cs_socket_list
);
}
}
typedef
struct
/* WSAAsyncSelect() control struct */
{
HANDLE
service
,
event
,
sock
;
HWND
hWnd
;
UINT
uMsg
;
LONG
lEvent
;
}
ws_select_info
;
#define WS_MAX_SOCKETS_PER_PROCESS 128
/* reasonable guess */
#define WS_MAX_SOCKETS_PER_PROCESS 128
/* reasonable guess */
#define WS_MAX_UDP_DATAGRAM 1024
#define WS_MAX_UDP_DATAGRAM 1024
static
INT
WINAPI
WSA_DefaultBlockingHook
(
FARPROC
x
);
static
INT
WINAPI
WSA_DefaultBlockingHook
(
FARPROC
x
);
...
@@ -434,9 +426,6 @@ static FARPROC blocking_hook = (FARPROC)WSA_DefaultBlockingHook;
...
@@ -434,9 +426,6 @@ static FARPROC blocking_hook = (FARPROC)WSA_DefaultBlockingHook;
/* function prototypes */
/* function prototypes */
static
int
ws_protocol_info
(
SOCKET
s
,
int
unicode
,
WSAPROTOCOL_INFOW
*
buffer
,
int
*
size
);
static
int
ws_protocol_info
(
SOCKET
s
,
int
unicode
,
WSAPROTOCOL_INFOW
*
buffer
,
int
*
size
);
int
WSAIOCTL_GetInterfaceCount
(
void
);
int
WSAIOCTL_GetInterfaceName
(
int
intNumber
,
char
*
intName
);
#define MAP_OPTION(opt) { WS_##opt, opt }
#define MAP_OPTION(opt) { WS_##opt, opt }
static
const
int
ws_sock_map
[][
2
]
=
static
const
int
ws_sock_map
[][
2
]
=
...
...
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