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

File Contents

# Content
1 cpp_quote("/**")
2 cpp_quote(" * This file is part of the mingw-w64 runtime package.")
3 cpp_quote(" * No warranty is given; refer to the file DISCLAIMER within this package.")
4 cpp_quote(" *")
5 cpp_quote(" * This is no standalone IDL-file to generate prsht.h header!!!")
6 cpp_quote(" */")
7 cpp_quote("")
8 cpp_quote("#include <winapifamily.h>")
9 cpp_quote("")
10 cpp_quote("#if WINAPI_FAMILY_PARTITION(WINAPI_PARTITION_DESKTOP)")
11
12 import "wtypes.idl";
13
14 typedef void *HPROPSHEETPAGE;
15 typedef BOOL (*LPFNADDPROPSHEETPAGE) (HPROPSHEETPAGE, LPARAM);
16 typedef BOOL (*LPFNADDPROPSHEETPAGES) (LPVOID, LPFNADDPROPSHEETPAGE, LPARAM);
17 cpp_quote("#endif")