Correctly specify type of GenerateDump

Nicolas Hake 2011-01-02 03:41:20 +01:00
parent 651153d814
commit 6d6633e576
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@
static bool FirstCrash = true;
WINAPI LONG GenerateDump(EXCEPTION_POINTERS* pExceptionPointers)
LONG WINAPI GenerateDump(EXCEPTION_POINTERS* pExceptionPointers)
{
if (!FirstCrash) return EXCEPTION_EXECUTE_HANDLER;
FirstCrash = false;