ViewVC Help
View File | Revision Log | View Changeset | Root Listing
root/Oni2/Daodan/MSYS2/mingw32/i686-w64-mingw32/include/eventtoken.h
Revision: 1166
Committed: Tue Oct 26 14:22:36 2021 UTC (4 years ago) by rossy
Content type: text/x-chdr
File size: 712 byte(s)
Log Message:
Daodan: Replace MinGW build env with an up-to-date MSYS2 env

File Contents

# Content
1 /*** Autogenerated by WIDL 6.4 from include/eventtoken.idl - Do not edit ***/
2
3 #ifdef _WIN32
4 #ifndef __REQUIRED_RPCNDR_H_VERSION__
5 #define __REQUIRED_RPCNDR_H_VERSION__ 475
6 #endif
7 #include <rpc.h>
8 #include <rpcndr.h>
9 #endif
10
11 #ifndef COM_NO_WINDOWS_H
12 #include <windows.h>
13 #include <ole2.h>
14 #endif
15
16 #ifndef __eventtoken_h__
17 #define __eventtoken_h__
18
19 /* Forward declarations */
20
21 /* Headers for imported files */
22
23
24 #ifdef __cplusplus
25 extern "C" {
26 #endif
27
28 struct EventRegistrationToken {
29 INT64 value;
30 };
31 typedef struct EventRegistrationToken EventRegistrationToken;
32 /* Begin additional prototypes for all interfaces */
33
34
35 /* End additional prototypes */
36
37 #ifdef __cplusplus
38 }
39 #endif
40
41 #endif /* __eventtoken_h__ */