Allow RELAY_SetupDLL to be called twice on the same dll.

This commit is contained in:
Alexandre Julliard 2003-12-01 22:49:33 +00:00
parent d9339f83ec
commit 854e59d9ec
1 changed files with 0 additions and 2 deletions

View File

@ -755,8 +755,6 @@ void RELAY_SetupDLL( HMODULE module )
debug->call = 0xe9; /* jmp relative */
debug->callfrom32 = (char *)debug->orig - (char *)&debug->ret;
}
debug->orig = (FARPROC)((char *)module + (DWORD)*funcs);
*funcs = (char *)debug - (char *)module;
}
}