Typo in win32_globallookup.
This commit is contained in:
parent
481d81cb76
commit
aab3bb04cf
@ -826,7 +826,7 @@ static void *win32_globallookup(const char *name)
|
|||||||
}
|
}
|
||||||
|
|
||||||
do {
|
do {
|
||||||
if (ret = GetProcAddress(me32.hModule,fname))
|
if (ret = GetProcAddress(me32.hModule,name))
|
||||||
{
|
{
|
||||||
(*close_snap)(hModuleSnap);
|
(*close_snap)(hModuleSnap);
|
||||||
FreeLibrary(dll);
|
FreeLibrary(dll);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user