4 #pragma GCC system_header
11 #if (_WIN32_WINNT >= 0x0501)
16 frrvLaunchDebugger
= 6,
22 BOOL WINAPI
AddERExcludedApplicationA(LPCSTR
);
23 BOOL WINAPI
AddERExcludedApplicationW(LPCWSTR
);
24 EFaultRepRetVal WINAPI
ReportFault(LPEXCEPTION_POINTERS
,DWORD
);
28 #if (_WIN32_WINNT >= 0x0501)
29 #define AddERExcludedApplication AddERExcludedApplicationW
32 #if (_WIN32_WINNT >= 0x0501)
33 #define AddERExcludedApplication AddERExcludedApplicationA