| 92 | } |
| 93 | |
| 94 | int WINAPI WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLine, int nCmdShow) { |
| 95 | load_mc2_dll(); |
| 96 | return StartOpenMC2(); |
| 97 | } |
| 98 | |
| 99 | #pragma warning (disable: 4996) |
| 100 | AUTO_HOOK_X86(0x0061A76D, &std::atexit); |
nothing calls this directly
no test coverage detected