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:
parent
2b59f0bbc7
commit
ecd84626cb
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue