Commit bbe70550 authored by Alexandre Julliard's avatar Alexandre Julliard

fusion/tests: Always use the 32-bit magic in the 32-bit optional header structure.

parent 0baf5aa0
...@@ -302,7 +302,7 @@ static struct _tagASSEMBLY ...@@ -302,7 +302,7 @@ static struct _tagASSEMBLY
}, },
/* IMAGE_OPTIONAL_HEADER32 */ /* IMAGE_OPTIONAL_HEADER32 */
{ {
IMAGE_NT_OPTIONAL_HDR_MAGIC, /* Magic */ IMAGE_NT_OPTIONAL_HDR32_MAGIC, /* Magic */
8, /* MajorLinkerVersion */ 8, /* MajorLinkerVersion */
0, /* MinorLinkerVersion */ 0, /* MinorLinkerVersion */
0x400, /* SizeOfCode */ 0x400, /* SizeOfCode */
......
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