Searched refs:hmodule (Results 1 – 1 of 1) sorted by relevance
3129 void* hmodule; in xmlInitializeCatalog() local3130 hmodule = GetModuleHandleA("libxml2.dll"); in xmlInitializeCatalog()3131 if (hmodule == NULL) in xmlInitializeCatalog()3132 hmodule = GetModuleHandleA(NULL); in xmlInitializeCatalog()3133 if (hmodule != NULL) { in xmlInitializeCatalog()3135 unsigned long len = GetModuleFileNameA(hmodule, buf, 255); in xmlInitializeCatalog()