MCPcopy Create free account
hub / github.com/OpenMC2/OpenMC2 / WinMain

Function WinMain

src/OpenMC2.cpp:94–97  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 2

load_mc2_dllFunction · 0.85
StartOpenMC2Function · 0.85

Tested by

no test coverage detected