Commit 2942e47d authored by Michael Müller's avatar Michael Müller Committed by Alexandre Julliard

include/roapi.h: Add further typedefs.

parent a64dcfa7
/*
* Copyright (C) 2014 Martin Storsjo
* Copyright (C) 2016 Michael Müller
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
......@@ -20,6 +21,7 @@
#define __WINE_ROAPI_H
#include <windef.h>
#include <activation.h>
typedef enum
{
......@@ -27,6 +29,15 @@ typedef enum
RO_INIT_MULTITHREADED = 1,
} RO_INIT_TYPE;
DECLARE_HANDLE(APARTMENT_SHUTDOWN_REGISTRATION_COOKIE);
#ifdef __cplusplus
typedef struct {} *RO_REGISTRATION_COOKIE;
#else
typedef struct _RO_REGISTRATION_COOKIE *RO_REGISTRATION_COOKIE;
#endif
typedef HRESULT (WINAPI *PFNGETACTIVATIONFACTORY)(HSTRING, IActivationFactory **);
#ifdef __cplusplus
extern "C" {
#endif
......
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