| 324 | }// namespace |
| 325 | |
| 326 | BOOL WINAPI DllMain(HINSTANCE hinst, DWORD dwReason, LPVOID reserved) { |
| 327 | gModule = hinst; |
| 328 | return InjectedDLLMain( |
| 329 | "OpenKneeboard-AutoDetect", |
| 330 | gInstance, |
| 331 | &ThreadEntry, |
| 332 | hinst, |
| 333 | dwReason, |
| 334 | reserved); |
| 335 | } |
nothing calls this directly
no test coverage detected