Uwe Bonnes <[EMAIL PROTECTED]> writes: > what is the reason that we still have the > fixme:win32:PE_LoadImage We need to perform base relocations for... This helps spotting dlls that need relocating, since it causes a performance hit. It should happen less frequently now but it can still happen with dlls that haven't been rebased properly. There isn't much we can do about it though, so the message should probably become a TRACE. -- Alexandre Julliard [EMAIL PROTECTED]
- PE_LoadImage We need to perform base relocations Uwe Bonnes
- Alexandre Julliard