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
30640054
Commit
30640054
authored
Oct 01, 2001
by
Andreas Mohr
Committed by
Alexandre Julliard
Oct 01, 2001
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added stub for WSApSetPostRoutine.
parent
72f40442
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
1 deletion
+10
-1
async.c
dlls/winsock/async.c
+9
-0
ws2_32.spec
dlls/winsock/ws2_32.spec
+1
-1
No files found.
dlls/winsock/async.c
View file @
30640054
...
...
@@ -690,3 +690,12 @@ INT16 WINAPI WSACancelAsyncRequest16(HANDLE16 hAsyncTaskHandle)
{
return
(
HANDLE16
)
WSACancelAsyncRequest
((
HANDLE
)
hAsyncTaskHandle
);
}
/***********************************************************************
* WSApSetPostRoutine (WS2_32.24)
*/
INT
WINAPI
WSApSetPostRoutine
(
LPVOID
/* LPWPUPOSTMESSAGE */
lpPostRoutine
)
{
FIXME
(
"(%p), stub !
\n
"
,
lpPostRoutine
);
return
0
;
}
dlls/winsock/ws2_32.spec
View file @
30640054
...
...
@@ -36,7 +36,7 @@ debug_channels (winsock)
21 stdcall setsockopt(long long long ptr long) WSOCK32_setsockopt
22 stdcall shutdown(long long) WSOCK32_shutdown
23 stdcall socket(long long long) WSOCK32_socket
24 st
ub
WSApSetPostRoutine
24 st
dcall WSApSetPostRoutine(ptr)
WSApSetPostRoutine
25 stub WPUCompleteOverlappedRequest
26 stub WSAAccept
27 stub WSAAddressToStringA
...
...
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