mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-01 12:06:32 +00:00
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
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue