Commit ecd84626 authored by Eric Pouech's avatar Eric Pouech Committed by Alexandre Julliard

rpcss: Fix implementation declaration to match prototype.

parent 2b59f0bb
......@@ -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;
......
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