source: Daodan/MSYS2/mingw32/i686-w64-mingw32/include/windowscontracts.h@ 1175

Last change on this file since 1175 was 1166, checked in by rossy, 3 years ago

Daodan: Replace MinGW build env with an up-to-date MSYS2 env

File size: 1004 bytes
Line 
1/*** Autogenerated by WIDL 6.4 from include/windowscontracts.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 __windowscontracts_h__
17#define __windowscontracts_h__
18
19/* Forward declarations */
20
21/* Headers for imported files */
22
23
24#ifdef __cplusplus
25extern "C" {
26#endif
27
28#if !defined(WINDOWS_FOUNDATION_FOUNDATIONCONTRACT_VERSION)
29#define WINDOWS_FOUNDATION_FOUNDATIONCONTRACT_VERSION 0x40000
30#endif // defined(WINDOWS_FOUNDATION_FOUNDATIONCONTRACT_VERSION)
31
32#if !defined(WINDOWS_FOUNDATION_UNIVERSALAPICONTRACT_VERSION)
33#define WINDOWS_FOUNDATION_UNIVERSALAPICONTRACT_VERSION 0xa0000
34#endif // defined(WINDOWS_FOUNDATION_UNIVERSALAPICONTRACT_VERSION)
35
36/* Begin additional prototypes for all interfaces */
37
38
39/* End additional prototypes */
40
41#ifdef __cplusplus
42}
43#endif
44
45#endif /* __windowscontracts_h__ */
Note: See TracBrowser for help on using the repository browser.