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

This commit is contained in:
Alexandre Julliard 2009-04-08 12:06:07 +02:00
parent 0baf5aa000
commit bbe70550fe
1 changed files with 1 additions and 1 deletions

View File

@ -302,7 +302,7 @@ static struct _tagASSEMBLY
},
/* IMAGE_OPTIONAL_HEADER32 */
{
IMAGE_NT_OPTIONAL_HDR_MAGIC, /* Magic */
IMAGE_NT_OPTIONAL_HDR32_MAGIC, /* Magic */
8, /* MajorLinkerVersion */
0, /* MinorLinkerVersion */
0x400, /* SizeOfCode */