| 39 | } |
| 40 | |
| 41 | static HMODULE GetAtlModuleHandle() |
| 42 | { |
| 43 | static HMODULE CachedResult = ::LoadLibraryExW( |
| 44 | L"atl.dll", |
| 45 | nullptr, |
| 46 | LOAD_LIBRARY_SEARCH_SYSTEM32); |
| 47 | return CachedResult; |
| 48 | } |
| 49 | |
| 50 | static FARPROC GetAtlAxWinInitProcAddress() |
| 51 | { |
no outgoing calls
no test coverage detected