source: Daodan/MSYS2/mingw32/i686-w64-mingw32/include/prsht.idl@ 1166

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

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

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