Searched refs:DLLS (Results 1 – 2 of 2) sorted by relevance
23 const char *DLLS[] = { in GetRealFunctionAddress() local30 for (size_t i = 0; *func_addr == 0 && DLLS[i]; ++i) { in GetRealFunctionAddress()31 *func_addr = (uptr)GetProcAddress(GetModuleHandleA(DLLS[i]), func_name); in GetRealFunctionAddress()
62 If you compile shared libraries (Win32 DLLS) you may have to set an