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
b167d4b2
Commit
b167d4b2
authored
Jun 23, 2000
by
Patrik Stridvall
Committed by
Alexandre Julliard
Jun 23, 2000
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed some issues found by winapi_check.
parent
4710be20
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
2 deletions
+8
-2
shellpath.c
dlls/shell32/shellpath.c
+2
-2
socket.c
dlls/winsock/socket.c
+6
-0
No files found.
dlls/shell32/shellpath.c
View file @
b167d4b2
...
...
@@ -2104,7 +2104,7 @@ BOOL WINAPI SHGetSpecialFolderPathAW (
/*************************************************************************
* SHGetFolderPathA [SHFOLDER.@]
*/
HRESULT
SHGetFolderPathA
(
HRESULT
WINAPI
SHGetFolderPathA
(
HWND
hwndOwner
,
int
nFolder
,
HANDLE
hToken
,
/* FIXME: get paths for specific user */
...
...
@@ -2121,7 +2121,7 @@ HRESULT SHGetFolderPathA(
/*************************************************************************
* SHGetFolderPathW [SHFOLDER.@]
*/
HRESULT
SHGetFolderPathW
(
HRESULT
WINAPI
SHGetFolderPathW
(
HWND
hwndOwner
,
int
nFolder
,
HANDLE
hToken
,
...
...
dlls/winsock/socket.c
View file @
b167d4b2
...
...
@@ -2210,6 +2210,9 @@ INT16 WINAPI WINSOCK_gethostname16(char *name, INT16 namelen)
* *
* ------------------------------------------------------------------- */
/***********************************************************************
* WSAEnumNetworkEvents
*/
int
WINAPI
WSAEnumNetworkEvents
(
SOCKET
s
,
WSAEVENT
hEvent
,
LPWSANETWORKEVENTS
lpEvent
)
{
LPWSINFO
pwsi
=
WINSOCK_GetIData
();
...
...
@@ -2232,6 +2235,9 @@ int WINAPI WSAEnumNetworkEvents(SOCKET s, WSAEVENT hEvent, LPWSANETWORKEVENTS lp
return
SOCKET_ERROR
;
}
/***********************************************************************
* WSAEventSelect
*/
int
WINAPI
WSAEventSelect
(
SOCKET
s
,
WSAEVENT
hEvent
,
LONG
lEvent
)
{
LPWSINFO
pwsi
=
WINSOCK_GetIData
();
...
...
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