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
190db273
Commit
190db273
authored
Jun 02, 2004
by
Hans Leidekker
Committed by
Alexandre Julliard
Jun 02, 2004
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Stub for WSCUnInstallNameSpace.
parent
ac825d02
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
1 deletion
+8
-1
socket.c
dlls/winsock/socket.c
+7
-0
ws2_32.spec
dlls/winsock/ws2_32.spec
+1
-1
No files found.
dlls/winsock/socket.c
View file @
190db273
...
...
@@ -3496,3 +3496,10 @@ INT WINAPI WSALookupServiceBeginW( LPWSAQUERYSETW lpqsRestrictions,
WSASetLastError
(
WSA_NOT_ENOUGH_MEMORY
);
return
SOCKET_ERROR
;
}
INT
WINAPI
WSCUnInstallNameSpace
(
LPGUID
lpProviderId
)
{
FIXME
(
"(%p) Stub!
\n
"
,
lpProviderId
);
return
NO_ERROR
;
}
dlls/winsock/ws2_32.spec
View file @
190db273
...
...
@@ -90,7 +90,7 @@
86 stub WSCGetProviderPath
87 stub WSCInstallNameSpace
88 stdcall WSCInstallProvider(ptr wstr ptr long ptr)
89 st
ub WSCUnInstallNameSpace
89 st
dcall WSCUnInstallNameSpace(ptr)
90 stub WSCWriteNameSpaceOrder
91 stub WSCWriteProviderOrder
...
...
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