MCPcopy Create free account
hub / github.com/DentonW/DevIL / DllMain

Function DllMain

DevIL/src-ILU/src/ilu_main.cpp:33–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31
32#ifndef IL_STATIC_LIB
33BOOL APIENTRY DllMain(HANDLE hModule, DWORD ul_reason_for_call, LPVOID lpReserved)
34{
35 hModule; ul_reason_for_call; lpReserved;
36
37 if (ul_reason_for_call == DLL_PROCESS_ATTACH) {
38 //iluInit();
39 }
40
41 return TRUE;
42}
43
44#endif
45#endif

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected