| 871 | } |
| 872 | |
| 873 | BOOL 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 | } |
nothing calls this directly
no test coverage detected