MCPcopy Create free account
hub / github.com/Norbyte/ositools / Fail

Function Fail

OsiLoader/Utils.cpp:132–140  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

130
131
132[[noreturn]]
133void Fail(char const * reason)
134{
135#if defined(_DEBUG)
136 DebugBreak();
137#endif
138 MessageBoxA(NULL, reason, "Osiris Loader Error", MB_OK | MB_ICONERROR);
139 TerminateProcess(GetCurrentProcess(), 1);
140}
141
142
143std::string ToUTF8(std::wstring const & s)

Callers 3

DxgiWrapperMethod · 0.70
CreateDXGIFactory1Method · 0.70
CreateDXGIFactory2Method · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected