Home
last modified time | relevance | path

Searched refs:g_localizedResources (Results 1 – 1 of 1) sorted by relevance

/external/mdnsresponder/mDNSWindows/ControlPanel/
DControlPanelExe.cpp42 static HINSTANCE g_localizedResources = NULL; variable
53 return g_localizedResources; in GetLocalizedResources()
283 g_localizedResources = LoadLibrary( resource ); in InitInstance()
284 translate_errno( g_localizedResources, GetLastError(), kUnknownErr ); in InitInstance()
287 AfxSetResourceHandle( g_localizedResources ); in InitInstance()