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

Alexandre Julliard julliard at winehq.org
Wed Apr 8 10:05:33 CDT 2009


Module: wine
Branch: master
Commit: bbe70550feacbcb42c3557969f2474d00f5c0a5e
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=bbe70550feacbcb42c3557969f2474d00f5c0a5e

Author: Alexandre Julliard <julliard at winehq.org>
Date:   Wed Apr  8 12:06:07 2009 +0200

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

---

 dlls/fusion/tests/asmcache.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dlls/fusion/tests/asmcache.c b/dlls/fusion/tests/asmcache.c
index 2fe84ec..06867e6 100644
--- a/dlls/fusion/tests/asmcache.c
+++ b/dlls/fusion/tests/asmcache.c
@@ -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 */




More information about the wine-cvs mailing list