Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-winehq
Commits
2942e47d
Commit
2942e47d
authored
Apr 20, 2018
by
Michael Müller
Committed by
Alexandre Julliard
Apr 20, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
include/roapi.h: Add further typedefs.
Signed-off-by:
Alistair Leslie-Hughes
<
leslie_alistair@hotmail.com
>
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
a64dcfa7
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
0 deletions
+11
-0
roapi.h
include/roapi.h
+11
-0
No files found.
include/roapi.h
View file @
2942e47d
/*
* 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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment