Home | History | Annotate | Download | only in libxml2

Lines Matching defs:GetModuleHandleA

84 #define GetModuleHandleA GetModuleHandle
88 void* __stdcall GetModuleHandleA(const char*);
3130 hmodule = GetModuleHandleA("libxml2.dll");
3132 hmodule = GetModuleHandleA(NULL);