winvlc: don't define locally HeapEnableTerminationOnCorruption

It's supported in all the mingw-w64 version we support:
92a31baf45
This commit is contained in:
Steve Lhomme 2023-12-05 09:41:45 +01:00
parent 8c250b6fdc
commit b10437cbc2
1 changed files with 0 additions and 1 deletions

View File

@ -39,7 +39,6 @@
#include <fcntl.h>
#include <io.h>
#include <shlobj.h>
#define HeapEnableTerminationOnCorruption (HEAP_INFORMATION_CLASS)1
#ifdef HAVE_BREAKPAD
void CheckCrashDump( const wchar_t* crashdump_path );