| 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") |