forked from dolphin-emu/dolphin
Merge pull request #6711 from lioncash/handler
Common/MemTools: Make handler function internally linked on Windows
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
Reference in New Issue
Block a user