rpcss: Fix implementation declaration to match prototype.

Signed-off-by: Eric Pouech <eric.pouech@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Eric Pouech 2022-01-16 11:16:50 +01:00 committed by Alexandre Julliard
parent 2b59f0bbc7
commit ecd84626cb
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ struct registered_class
static CRITICAL_SECTION registered_classes_cs = { NULL, -1, 0, 0, 0, 0 };
static struct list registered_classes = LIST_INIT(registered_classes);
HRESULT __cdecl irpcss_server_register(handle_t h, const GUID *clsid, DWORD flags,
HRESULT __cdecl irpcss_server_register(handle_t h, const GUID *clsid, unsigned int flags,
PMInterfacePointer object, unsigned int *cookie)
{
struct registered_class *entry;