| errorrep.h (6.0.6002.18005-Windows 6.0) | | errorrep.h (6.1.7601.17514-Windows 7.0) |
| | |
| skipping to change at line 46 | | skipping to change at line 46 |
| typedef EFaultRepRetVal (APIENTRY *pfn_ADDEREXCLUDEDAPPLICATIONW)(__in LPCWSTR); | | typedef EFaultRepRetVal (APIENTRY *pfn_ADDEREXCLUDEDAPPLICATIONW)(__in LPCWSTR); |
| | |
| #ifdef UNICODE | | #ifdef UNICODE |
| #define AddERExcludedApplication AddERExcludedApplicationW | | #define AddERExcludedApplication AddERExcludedApplicationW |
| #define pfn_ADDEREXCLUDEDAPPLICATION pfn_ADDEREXCLUDEDAPPLICATIONW | | #define pfn_ADDEREXCLUDEDAPPLICATION pfn_ADDEREXCLUDEDAPPLICATIONW |
| #else | | #else |
| #define AddERExcludedApplication AddERExcludedApplicationA | | #define AddERExcludedApplication AddERExcludedApplicationA |
| #define pfn_ADDEREXCLUDEDAPPLICATION pfn_ADDEREXCLUDEDAPPLICATIONA | | #define pfn_ADDEREXCLUDEDAPPLICATION pfn_ADDEREXCLUDEDAPPLICATIONA |
| #endif | | #endif |
| | |
|
| | // |
| | //+++++++++++++++++++++ Hang reporting api ++++++++++++++++++++++++++++++++ |
| | // |
| | __control_entrypoint(DllExport) |
| | HRESULT |
| | WINAPI |
| | WerReportHang( |
| | __in HWND hwndHungApp, |
| | __in_opt PCWSTR pwzHungApplicationName |
| | ); |
| | |
| #endif | | #endif |
| | |
| End of changes. 1 change blocks. |
| 0 lines changed or deleted | | 11 lines changed or added |
|