Searched refs:strPlusPath (Results 1 – 1 of 1) sorted by relevance
492 CFX_ByteString strPlusPath = ""; in Load() local495 strPlusPath += buf; in Load()496 strPlusPath += "\\"; in Load()497 strPlusPath += "GDIPLUS.DLL"; in Load()498 m_hModule = LoadLibraryA(strPlusPath); in Load()