Commit fefb1043 authored by Ove Kaaven's avatar Ove Kaaven Committed by Alexandre Julliard

Make the base relocation message a WARN, not a FIXME.

parent 19f8f46e
......@@ -615,7 +615,7 @@ HMODULE PE_LoadImage( HANDLE hFile, LPCSTR filename )
if (load_addr == 0)
{
/* We need to perform base relocations */
FIXME("We need to perform base relocations for %s\n", filename);
WARN("We need to perform base relocations for %s\n", filename);
dir = nt->OptionalHeader.DataDirectory+IMAGE_DIRECTORY_ENTRY_BASERELOC;
if (dir->Size)
reloc = dir->VirtualAddress;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment