Home
last modified time | relevance | path

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

/ndk/sources/host-tools/make-3.81/w32/subproc/
Dw32err.c46 HMODULE hModule = GetModuleHandle("wsock32"); in map_windows32_error_to_string() local
47 if (hModule != NULL) { in map_windows32_error_to_string()
49 hModule, in map_windows32_error_to_string()
55 FreeLibrary(hModule); in map_windows32_error_to_string()
/ndk/sources/cxx-stl/stlport/src/
Ddll_main.cpp219 BOOL APIENTRY DllMain( HANDLE hModule, in DllMain() argument
224 DisableThreadLibraryCalls((HINSTANCE)hModule); in DllMain()