| 42 | |
| 43 | // DLL Entry Point |
| 44 | extern "C" BOOL WINAPI DllMain(HINSTANCE hInstance, DWORD dwReason, LPVOID lpReserved) |
| 45 | { |
| 46 | #ifdef _MERGE_PROXYSTUB |
| 47 | if (!PrxDllMain(hInstance, dwReason, lpReserved)) |
| 48 | return FALSE; |
| 49 | #endif |
| 50 | hInstance; |
| 51 | return _AtlModule.DllMain(dwReason, lpReserved); |
| 52 | } |
nothing calls this directly
no outgoing calls
no test coverage detected