MemTools: Get rid of a global variable

This commit is contained in:
Lioncash
2016-01-11 03:24:03 -05:00
parent ff0e1c3624
commit b688a62143
2 changed files with 4 additions and 13 deletions

View File

@ -4,12 +4,10 @@
#pragma once
#include "Common/CommonTypes.h"
namespace EMM
{
extern const bool g_exception_handlers_supported;
void InstallExceptionHandler();
void UninstallExceptionHandler();
void InstallExceptionHandler();
void UninstallExceptionHandler();
}