Skip to content
Permalink
Browse files
Merge pull request #6711 from lioncash/handler
Common/MemTools: Make handler function internally linked on Windows
  • Loading branch information
Tilka committed Apr 28, 2018
2 parents c057eb3 + 8183360 commit 6bb8804
Showing 1 changed file with 1 addition and 1 deletion.
@@ -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)
{

0 comments on commit 6bb8804

Please sign in to comment.