prsht.idl 631 B

1234567891011121314151617
  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. import "wtypes.idl";
  12. typedef void *HPROPSHEETPAGE;
  13. typedef BOOL (*LPFNADDPROPSHEETPAGE) (HPROPSHEETPAGE, LPARAM);
  14. typedef BOOL (*LPFNADDPROPSHEETPAGES) (LPVOID, LPFNADDPROPSHEETPAGE, LPARAM);
  15. cpp_quote("#endif")