mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-11 00:29:11 +01:00
Common/MemTools: Make handler function internally linked on Windows
This doesn't need to be an externally linked function.
This commit is contained in:
parent
28138cfde9
commit
8183360832
@ -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)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user