Commit 61db3be2 authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

setupapi: Fix InstallCatalog()'s calling convention.

parent 674ce993
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment