|
Last change
on this file since 1202 was 1166, checked in by rossy, 4 years ago |
|
Daodan: Replace MinGW build env with an up-to-date MSYS2 env
|
|
File size:
631 bytes
|
| Rev | Line | |
|---|
| [1166] | 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")
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.