Merge pull request #6711 from lioncash/handler

Common/MemTools: Make handler function internally linked on Windows
This commit is contained in:
Tilka 2018-04-28 18:41:10 +01:00 committed by GitHub
commit 6bb880457f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -28,7 +28,7 @@ namespace EMM
{
#ifdef _WIN32
LONG NTAPI Handler(PEXCEPTION_POINTERS pPtrs)
static LONG NTAPI Handler(PEXCEPTION_POINTERS pPtrs)
{
switch (pPtrs->ExceptionRecord->ExceptionCode)
{