kernel32/tests: Fix the NT header initialization for 64-bit.

oldstable
Alexandre Julliard 2009-01-03 20:21:25 +01:00
parent 52f99aeacb
commit b712358152
1 changed files with 2 additions and 0 deletions

View File

@ -72,7 +72,9 @@ static IMAGE_NT_HEADERS nt_header =
0, /* SizeOfUninitializedData */
0, /* AddressOfEntryPoint */
0x10, /* BaseOfCode, also serves as e_lfanew in the truncated MZ header */
#ifndef _WIN64
0, /* BaseOfData */
#endif
0x10000000, /* ImageBase */
0, /* SectionAlignment */
0, /* FileAlignment */