| Revision: | 1166 |
| Committed: | Tue Oct 26 14:22:36 2021 UTC (4 years ago) by rossy |
| File size: | 310 byte(s) |
| Log Message: | Daodan: Replace MinGW build env with an up-to-date MSYS2 env |
| # | 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("") |
| 6 | |
| 7 | #ifndef DO_NO_IMPORTS |
| 8 | import "wtypes.idl"; |
| 9 | #endif |
| 10 | |
| 11 | #define BUILDING_UNKNWN_IDL |
| 12 | #include "unknwnbase.idl" |