Searched refs:hmGDI (Results 1 – 1 of 1) sorted by relevance
2076 static HMODULE hmGDI = NULL; in __AddFontResourceExW() local2078 if ( !pFunc && !hmGDI ) in __AddFontResourceExW()2080 hmGDI = GetModuleHandleA( "GDI32" ); in __AddFontResourceExW()2081 if ( hmGDI ) in __AddFontResourceExW()2082 …pFunc = reinterpret_cast<AddFontResourceExW_FUNC>( GetProcAddress( hmGDI, "AddFontResourceExW" ) ); in __AddFontResourceExW()
Completed in 27 milliseconds