setupapi: Fix InstallCatalog()'s calling convention.

Francois Gouget fgouget at free.fr
Wed Mar 28 02:59:43 CDT 2007


---
 dlls/setupapi/misc.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dlls/setupapi/misc.c b/dlls/setupapi/misc.c
index 677a0ea..f00cd2d 100644
--- a/dlls/setupapi/misc.c
+++ b/dlls/setupapi/misc.c
@@ -978,7 +978,7 @@ BOOL WINAPI SetupCopyOEMInfW( PCWSTR source, PCWSTR location,
 /***********************************************************************
  *      InstallCatalog  (SETUPAPI.@)
  */
-DWORD InstallCatalog( LPCSTR catalog, LPCSTR basename, LPSTR fullname )
+DWORD WINAPI InstallCatalog( LPCSTR catalog, LPCSTR basename, LPSTR fullname )
 {
     FIXME("%s, %s, %p\n", debugstr_a(catalog), debugstr_a(basename), fullname);
     return 0;
-- 
1.4.4.4




More information about the wine-patches mailing list