Skip to content
Snippets Groups Projects
Commit b7123581 authored by Alexandre Julliard's avatar Alexandre Julliard
Browse files

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

parent 52f99aea
No related branches found
No related tags found
No related merge requests found
......@@ -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 */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment