Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
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-cw
Commits
f5c6a71a
Commit
f5c6a71a
authored
Feb 20, 2007
by
Francois Gouget
Committed by
Alexandre Julliard
Feb 20, 2007
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ole32: Better match the PSDK types and fix the winapi_check warnings.
parent
c4a4c543
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
4 deletions
+9
-4
compobj.c
dlls/ole32/compobj.c
+1
-1
objbase.h
include/objbase.h
+1
-1
win32.api
tools/winapi/win32.api
+7
-2
No files found.
dlls/ole32/compobj.c
View file @
f5c6a71a
...
...
@@ -3148,7 +3148,7 @@ static BOOL COM_PeekMessage(struct apartment *apt, MSG *msg)
* MsgWaitForMultipleObjects, WaitForMultipleObjects.
*/
HRESULT
WINAPI
CoWaitForMultipleHandles
(
DWORD
dwFlags
,
DWORD
dwTimeout
,
ULONG
cHandles
,
const
HANDLE
*
pHandles
,
LPDWORD
lpdwindex
)
ULONG
cHandles
,
LPHANDLE
pHandles
,
LPDWORD
lpdwindex
)
{
HRESULT
hr
=
S_OK
;
DWORD
start_time
=
GetTickCount
();
...
...
include/objbase.h
View file @
f5c6a71a
...
...
@@ -416,7 +416,7 @@ typedef enum tagCOWAIT_FLAGS
COWAIT_ALERTABLE
=
0x00000002
}
COWAIT_FLAGS
;
HRESULT
WINAPI
CoWaitForMultipleHandles
(
DWORD
dwFlags
,
DWORD
dwTimeout
,
ULONG
cHandles
,
const
HANDLE
*
pHandles
,
LPDWORD
lpdwindex
);
HRESULT
WINAPI
CoWaitForMultipleHandles
(
DWORD
dwFlags
,
DWORD
dwTimeout
,
ULONG
cHandles
,
LPHANDLE
pHandles
,
LPDWORD
lpdwindex
);
/*****************************************************************************
* GUID API
...
...
tools/winapi/win32.api
View file @
f5c6a71a
...
...
@@ -3101,10 +3101,10 @@ LONG
UINT
ULONG
int
unsigned long
%ptr
BIND_OPTS *
CLIPFORMAT *
CLSID *
COSERVERINFO *
...
...
@@ -3117,8 +3117,11 @@ HBITMAP *
HDC *
HENHMETAFILE *
HGLOBAL *
HMETAFILE *
HMETAFILEPICT *
HPALETTE *
HRESULT *
IChannelHook *
ICreateErrorInfo **
IDataObject *
IDataObject **
...
...
@@ -3146,6 +3149,7 @@ LPDWORD
LPENUMFORMATETC *
LPENUMOLEVERB *
LPFORMATETC
LPHANDLE
LPLOCKBYTES *
LPMALLOC *
LPMALLOCSPY
...
...
@@ -3180,6 +3184,7 @@ PSECURITY_DESCRIPTOR
REFCLSID
REFGUID
REFIID
RPC_AUTHZ_HANDLE *
SNB
SNB *
SOLE_AUTHENTICATION_SERVICE *
...
...
@@ -3188,7 +3193,6 @@ STGOPTIONS *
ULONG *
WORD *
unsigned char *
unsigned long *
void *
void **
...
...
@@ -3206,6 +3210,7 @@ void
BSTR
OLECHAR *
LPCWSTR
WCHAR *
%%oleacc.dll
...
...
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