[resend] Ensure ole32.dll gets correct version number

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



You can't override defines in version.rc files for some reason.

ChangeLog:
Move version defines to before the global include

Index: dlls/ole32/version.rc
===================================================================
RCS file: /home/wine/wine/dlls/ole32/version.rc,v
retrieving revision 1.1
diff -u -r1.1 version.rc
--- dlls/ole32/version.rc	28 Mar 2003 19:33:04 -0000	1.1
+++ dlls/ole32/version.rc	13 Jul 2003 13:09:17 -0000
@@ -21,4 +21,8 @@
 #define WINE_OLESELFREGISTER
 #define WINE_FILENAME_STR "ole32.dll"
 
+#define WINE_FILEVERSION_STR "2.0"
+#define WINE_FILEVERSION 2,0,0,0
+
 #include <wine/wine_common_ver.rc>
+

[Index of Archives]     [Gimp for Windows]     [Red Hat]     [Samba]     [Yosemite Camping]     [Graphics Cards]     [Wine Home]

  Powered by Linux