| 31 | |
| 32 | #ifndef IL_STATIC_LIB |
| 33 | BOOL 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 |
nothing calls this directly
no outgoing calls
no test coverage detected