mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-07 14:33:15 +00:00
... missed hiding a variable for MSVC only.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@82552 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
3be2d12bde
commit
43fa15b451
@ -43,7 +43,9 @@ static std::vector<llvm::sys::Path> *FilesToRemove = NULL;
|
|||||||
static std::vector<std::pair<void(*)(void*), void*> > *CallBacksToRun = 0;
|
static std::vector<std::pair<void(*)(void*), void*> > *CallBacksToRun = 0;
|
||||||
static bool RegisteredUnhandledExceptionFilter = false;
|
static bool RegisteredUnhandledExceptionFilter = false;
|
||||||
static bool CleanupExecuted = false;
|
static bool CleanupExecuted = false;
|
||||||
|
#ifdef _MSC_VER
|
||||||
static bool ExitOnUnhandledExceptions = false;
|
static bool ExitOnUnhandledExceptions = false;
|
||||||
|
#endif
|
||||||
static PTOP_LEVEL_EXCEPTION_FILTER OldFilter = NULL;
|
static PTOP_LEVEL_EXCEPTION_FILTER OldFilter = NULL;
|
||||||
|
|
||||||
// Windows creates a new thread to execute the console handler when an event
|
// Windows creates a new thread to execute the console handler when an event
|
||||||
|
Loading…
x
Reference in New Issue
Block a user