Version Resource For Ole32

Robert Shearman R.J.Shearman at warwick.ac.uk
Fri May 16 10:08:18 CDT 2003


Nero will not use built-in Ole32 unless it is a certain version.

ChangeLog:
- Add version information to Ole32
-------------- next part --------------
Index: wine/dlls/ole32/ole32res.rc
===================================================================
RCS file: /home/wine/wine/dlls/ole32/ole32res.rc,v
retrieving revision 1.2
diff -u -r1.2 ole32res.rc
--- wine/dlls/ole32/ole32res.rc	9 Mar 2002 23:39:09 -0000	1.2
+++ wine/dlls/ole32/ole32res.rc	16 May 2003 14:45:16 -0000
@@ -22,6 +22,15 @@
 #include "winuser.h"
 #include "winnls.h"

+#define WINE_FILEVERSION 5,0,2195,5400
+#define WINE_PRODUCTVERSION 5,0,2195,5400
+#define WINE_PRODUCTVERSION_STR "5.00.2195.5400"
+#define WINE_FILEVERSION_STR "5.00.2195.5400"
+#define WINE_FILEDESCRIPTION_STR "Wine OLE"
+#define WINE_FILENAME_STR "ole32.dll"
+
+#include <wine/wine_common_ver.rc>
+
 /*
  * Everything that does not depend on language,
  * like textless bitmaps etc, go into the



More information about the wine-patches mailing list