diff win/dw.rc @ 1865:43c6ecfc598a

It seems WIN64 is defined in 32-bit mode using MinGW... so switch to using DW64 as the define to say which mode we are compiling in. This fixes 32-bit MinGW builds not functioning due to using 64-bit manifest instead of the 32-bit one.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Fri, 08 Mar 2013 18:03:13 +0000
parents 72a75442c51d
children
line wrap: on
line diff
--- a/win/dw.rc	Thu Mar 07 20:17:24 2013 +0000
+++ b/win/dw.rc	Fri Mar 08 18:03:13 2013 +0000
@@ -1,5 +1,5 @@
 #include "winuser.h"
-#ifdef WIN64
+#ifdef DW64
 2 RT_MANIFEST dw.dll.x64.manifest
 #else
 2 RT_MANIFEST dw.dll.x86.manifest