Searched refs:hModule3 (Results 1 – 1 of 1) sorted by relevance
230 HMODULE hModule1, hModule2, hModule3; in testNestedLoadLibraryA() local261 hModule3 = LoadLibraryA(path1); in testNestedLoadLibraryA()262 ok(hModule3 != NULL, "LoadLibrary(%s) failed\n", path1); in testNestedLoadLibraryA()265 ok(FreeLibrary(hModule3), "FreeLibrary() failed\n"); in testNestedLoadLibraryA()