diff --git a/Source/Core/Core/MemTools.cpp b/Source/Core/Core/MemTools.cpp index 5f1facaf3c..d47b618bc5 100644 --- a/Source/Core/Core/MemTools.cpp +++ b/Source/Core/Core/MemTools.cpp @@ -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) {