MCPcopy Create free account
hub / github.com/ThirteenAG/WidescreenFixesPack / DllMain

Function DllMain

source/GettingUp.WidescreenFix/dllmain.cpp:873–880  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

871}
872
873BOOL APIENTRY DllMain(HMODULE hModule, DWORD reason, LPVOID lpReserved)
874{
875 if (reason == DLL_PROCESS_ATTACH)
876 {
877 if (!IsUALPresent()) { InitializeASI(); }
878 }
879 return TRUE;
880}

Callers

nothing calls this directly

Calls 2

IsUALPresentFunction · 0.85
InitializeASIFunction · 0.70

Tested by

no test coverage detected