mirror of
https://github.com/reactos/CMake.git
synced 2024-11-24 20:19:53 +00:00
fix warning maybe
This commit is contained in:
parent
cc2ab62f1c
commit
c10cb4db5a
@ -20,7 +20,6 @@ static LONG __stdcall
|
|||||||
TestDriverUnhandledExceptionFilter(EXCEPTION_POINTERS* e)
|
TestDriverUnhandledExceptionFilter(EXCEPTION_POINTERS* e)
|
||||||
{
|
{
|
||||||
ExitProcess(e->ExceptionRecord->ExceptionCode);
|
ExitProcess(e->ExceptionRecord->ExceptionCode);
|
||||||
return 0;
|
|
||||||
}
|
}
|
||||||
static void TestDriverEnableWindowsExceptionFilter()
|
static void TestDriverEnableWindowsExceptionFilter()
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user