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
65f20821
Commit
65f20821
authored
Aug 08, 2005
by
Francois Gouget
Committed by
Alexandre Julliard
Aug 08, 2005
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add missing WINAPI to MSXML_DllGetClassObject().
Standardize the DllGetClassObject() prototypes so they match the MSDN definition.
parent
67630657
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
8 additions
and
8 deletions
+8
-8
main.c
dlls/amstream/main.c
+1
-1
factory.c
dlls/avifil32/factory.c
+1
-1
main.c
dlls/d3dxof/main.c
+1
-1
main.c
dlls/ddraw/main.c
+1
-1
dpclassfactory.c
dlls/dplayx/dpclassfactory.c
+1
-1
msisys.c
dlls/msisys/msisys.c
+1
-1
factory.c
dlls/msxml3/factory.c
+1
-1
urlmon_main.c
dlls/urlmon/urlmon_main.c
+1
-1
No files found.
dlls/amstream/main.c
View file @
65f20821
...
...
@@ -167,7 +167,7 @@ static const IClassFactoryVtbl DSCF_Vtbl =
* Failure: CLASS_E_CLASSNOTAVAILABLE, E_OUTOFMEMORY, E_INVALIDARG,
* E_UNEXPECTED
*/
DWORD
WINAPI
AMSTREAM_DllGetClassObject
(
REFCLSID
rclsid
,
REFIID
riid
,
LPVOID
*
ppv
)
HRESULT
WINAPI
AMSTREAM_DllGetClassObject
(
REFCLSID
rclsid
,
REFIID
riid
,
LPVOID
*
ppv
)
{
int
i
;
IClassFactoryImpl
*
factory
;
...
...
dlls/avifil32/factory.c
View file @
65f20821
...
...
@@ -182,7 +182,7 @@ LPCWSTR AVIFILE_BasenameW(LPCWSTR szPath)
/***********************************************************************
* DllGetClassObject (AVIFIL32.@)
*/
HRESULT
WINAPI
AVIFILE_DllGetClassObject
(
const
CLSID
*
pclsid
,
REFIID
piid
,
LPVOID
*
ppv
)
HRESULT
WINAPI
AVIFILE_DllGetClassObject
(
REFCLSID
pclsid
,
REFIID
piid
,
LPVOID
*
ppv
)
{
TRACE
(
"(%s,%s,%p)
\n
"
,
debugstr_guid
(
pclsid
),
debugstr_guid
(
piid
),
ppv
);
...
...
dlls/d3dxof/main.c
View file @
65f20821
...
...
@@ -183,7 +183,7 @@ HRESULT WINAPI DirectXFileCreate(LPDIRECTXFILE* lplpDirectXFile)
* Failure: CLASS_E_CLASSNOTAVAILABLE, E_OUTOFMEMORY, E_INVALIDARG,
* E_UNEXPECTED
*/
DWORD
WINAPI
D3DXOF_DllGetClassObject
(
REFCLSID
rclsid
,
REFIID
riid
,
LPVOID
*
ppv
)
HRESULT
WINAPI
D3DXOF_DllGetClassObject
(
REFCLSID
rclsid
,
REFIID
riid
,
LPVOID
*
ppv
)
{
int
i
;
IClassFactoryImpl
*
factory
;
...
...
dlls/ddraw/main.c
View file @
65f20821
...
...
@@ -560,7 +560,7 @@ static const IClassFactoryVtbl DDCF_Vtbl =
* Failure: CLASS_E_CLASSNOTAVAILABLE, E_OUTOFMEMORY, E_INVALIDARG,
* E_UNEXPECTED
*/
DWORD
WINAPI
DDRAW_DllGetClassObject
(
REFCLSID
rclsid
,
REFIID
riid
,
LPVOID
*
ppv
)
HRESULT
WINAPI
DDRAW_DllGetClassObject
(
REFCLSID
rclsid
,
REFIID
riid
,
LPVOID
*
ppv
)
{
unsigned
int
i
;
IClassFactoryImpl
*
factory
;
...
...
dlls/dplayx/dpclassfactory.c
View file @
65f20821
...
...
@@ -117,7 +117,7 @@ static IClassFactoryImpl DP_and_DPL_CF = {&DP_and_DPL_Vtbl, 1 };
* Failure: CLASS_E_CLASSNOTAVAILABLE, E_OUTOFMEMORY, E_INVALIDARG,
* E_UNEXPECTED
*/
DWORD
WINAPI
DPLAYX_DllGetClassObject
(
REFCLSID
rclsid
,
REFIID
riid
,
LPVOID
*
ppv
)
HRESULT
WINAPI
DPLAYX_DllGetClassObject
(
REFCLSID
rclsid
,
REFIID
riid
,
LPVOID
*
ppv
)
{
TRACE
(
"(%p,%p,%p)
\n
"
,
debugstr_guid
(
rclsid
),
debugstr_guid
(
riid
),
ppv
);
...
...
dlls/msisys/msisys.c
View file @
65f20821
...
...
@@ -93,7 +93,7 @@ HRESULT WINAPI MSISYS_DllCanUnloadNow(void)
* DllGetClassObject (MSISYS.@)
*/
HRESULT
WINAPI
MSISYS_DllGetClassObject
(
const
CLSID
*
pclsid
,
const
IID
*
piid
,
void
**
ppv
)
REFCLSID
pclsid
,
const
IID
*
piid
,
LPVOID
*
ppv
)
{
FIXME
(
"
\n
"
);
...
...
dlls/msxml3/factory.c
View file @
65f20821
...
...
@@ -127,7 +127,7 @@ const struct IClassFactoryVtbl xmlcf_vtbl =
static
xmlcf
domdoccf
=
{
&
xmlcf_vtbl
,
DOMDocument_create
};
HRESULT
MSXML_DllGetClassObject
(
REFCLSID
rclsid
,
REFIID
iid
,
LPVOID
*
ppv
)
HRESULT
WINAPI
MSXML_DllGetClassObject
(
REFCLSID
rclsid
,
REFIID
iid
,
LPVOID
*
ppv
)
{
IClassFactory
*
cf
=
NULL
;
...
...
dlls/urlmon/urlmon_main.c
View file @
65f20821
...
...
@@ -199,7 +199,7 @@ static const IClassFactoryVtbl CF_Vtbl =
* E_UNEXPECTED
*/
DWORD
WINAPI
URLMON_DllGetClassObject
(
REFCLSID
rclsid
,
REFIID
riid
,
LPVOID
*
ppv
)
HRESULT
WINAPI
URLMON_DllGetClassObject
(
REFCLSID
rclsid
,
REFIID
riid
,
LPVOID
*
ppv
)
{
int
i
;
IClassFactoryImpl
*
factory
;
...
...
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