mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-21 03:54:57 +00:00
Merge pull request #6711 from lioncash/handler
Common/MemTools: Make handler function internally linked on Windows
This commit is contained in:
commit
6bb880457f
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue