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
9769816b
Commit
9769816b
authored
Jun 17, 2005
by
Francois Gouget
Committed by
Alexandre Julliard
Jun 17, 2005
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix winapi_check documentation warnings.
parent
f32bcd8f
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
13 additions
and
7 deletions
+13
-7
dmcompos_main.c
dlls/dmcompos/dmcompos_main.c
+2
-2
dmime_main.c
dlls/dmime/dmime_main.c
+1
-1
dmstyle_main.c
dlls/dmstyle/dmstyle_main.c
+1
-1
dsound_main.c
dlls/dsound/dsound_main.c
+1
-1
olepro32stubs.c
dlls/olepro32/olepro32stubs.c
+1
-1
iconcache.c
dlls/shell32/iconcache.c
+6
-0
mmsystem.c
dlls/winmm/mmsystem.c
+1
-1
No files found.
dlls/dmcompos/dmcompos_main.c
View file @
9769816b
...
...
@@ -298,7 +298,7 @@ BOOL WINAPI DllMain(HINSTANCE hinstDLL, DWORD fdwReason, LPVOID lpvReserved) {
/******************************************************************
* DllCanUnloadNow (DMCOMPOS.
1
)
* DllCanUnloadNow (DMCOMPOS.
@
)
*
*
*/
...
...
@@ -308,7 +308,7 @@ HRESULT WINAPI DllCanUnloadNow(void) {
/******************************************************************
* DllGetClassObject (DMCOMPOS.
2
)
* DllGetClassObject (DMCOMPOS.
@
)
*
*
*/
...
...
dlls/dmime/dmime_main.c
View file @
9769816b
...
...
@@ -759,7 +759,7 @@ HRESULT WINAPI DllCanUnloadNow(void)
/******************************************************************
* DllGetClassObject (DMIME.
2
)
* DllGetClassObject (DMIME.
@
)
*
*
*/
...
...
dlls/dmstyle/dmstyle_main.c
View file @
9769816b
...
...
@@ -458,7 +458,7 @@ HRESULT WINAPI DllCanUnloadNow(void) {
/******************************************************************
* DllGetClassObject (DMSTYLE.
2
)
* DllGetClassObject (DMSTYLE.
@
)
*
*
*/
...
...
dlls/dsound/dsound_main.c
View file @
9769816b
...
...
@@ -549,7 +549,7 @@ static const IClassFactoryVtbl DSPCF_Vtbl = {
static
IClassFactoryImpl
DSOUND_PRIVATE_CF
=
{
&
DSPCF_Vtbl
,
1
};
/*******************************************************************************
* DllGetClassObject [DSOUND.
5
]
* DllGetClassObject [DSOUND.
@
]
* Retrieves class object from a DLL object
*
* NOTES
...
...
dlls/olepro32/olepro32stubs.c
View file @
9769816b
...
...
@@ -59,7 +59,7 @@ HRESULT WINAPI DllCanUnloadNow(void)
}
/***********************************************************************
* DllGetClassObject (OLEPRO32.
256
)
* DllGetClassObject (OLEPRO32.
@
)
*/
HRESULT
WINAPI
DllGetClassObject
(
REFCLSID
rclsid
,
REFIID
riid
,
LPVOID
*
ppv
)
{
...
...
dlls/shell32/iconcache.c
View file @
9769816b
...
...
@@ -659,6 +659,12 @@ HICON WINAPI ExtractAssociatedIconA(HINSTANCE hInst, LPSTR lpIconPath, LPWORD lp
return
hIcon
;
}
/*************************************************************************
* ExtractAssociatedIconW (SHELL32.@)
*
* Return icon for given file (either from file itself or from associated
* executable) and patch parameters if needed.
*/
HICON
WINAPI
ExtractAssociatedIconW
(
HINSTANCE
hInst
,
LPWSTR
lpIconPath
,
LPWORD
lpiIcon
)
{
HICON
hIcon
=
NULL
;
...
...
dlls/winmm/mmsystem.c
View file @
9769816b
...
...
@@ -109,7 +109,7 @@ BOOL WINAPI MMSYSTEM_LibMain(DWORD fdwReason, HINSTANCE hinstDLL, WORD ds,
}
/**************************************************************************
*
MMSYSTEM_
WEP [MMSYSTEM.1]
* WEP [MMSYSTEM.1]
*/
int
WINAPI
MMSYSTEM_WEP
(
HINSTANCE16
hInstance
,
WORD
wDataSeg
,
WORD
cbHeapSize
,
LPSTR
lpCmdLine
)
...
...
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