Home
last modified time | relevance | path

Searched refs:ExitFatally (Results 1 – 2 of 2) sorted by relevance

/dports/games/ecwolf/ecwolf-1.3.3-src/src/win32/
H A Di_main.cpp196 void CALLBACK ExitFatally (ULONG_PTR dummy) in ExitFatally() function
234 info->ContextRecord->Eip = (DWORD_PTR)ExitFatally; in CatchAllExceptions()
236 info->ContextRecord->Rip = (DWORD_PTR)ExitFatally; in CatchAllExceptions()
246 QueueUserAPC (ExitFatally, MainThread, 0); in CatchAllExceptions()
/dports/games/zdoom/zdoom-2.8.1/src/win32/
H A Di_main.cpp1139 void CALLBACK ExitFatally (ULONG_PTR dummy) in ExitFatally() function
1179 info->ContextRecord->Eip = (DWORD_PTR)ExitFatally; in CatchAllExceptions()
1181 info->ContextRecord->Rip = (DWORD_PTR)ExitFatally; in CatchAllExceptions()
1191 QueueUserAPC (ExitFatally, MainThread, 0); in CatchAllExceptions()