Set Version of Kernel32 to Satisfy Installer

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

 



Hi,

The Windows Media Player installer needs these values to be set in order for 
it to start properly. These values come from Windows 2000 SP4, but feel free 
to submit later version numbers if you have them.

Rob

Changelog:
- Set version of kernel32 to Windows 2000 SP4
Index: wine/dlls/kernel/version.rc
===================================================================
RCS file: /home/wine/wine/dlls/kernel/version.rc,v
retrieving revision 1.2
diff -u -r1.2 version.rc
--- wine/dlls/kernel/version.rc	9 Mar 2002 23:33:03 -0000	1.2
+++ wine/dlls/kernel/version.rc	27 Sep 2003 19:11:25 -0000
@@ -16,8 +16,13 @@
  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  */
 
-#define WINE_FILEVERSION_STR "1.0"
 #define WINE_FILEDESCRIPTION_STR "Wine core dll"
 #define WINE_FILENAME_STR "kernel32.dll"
+
+/* these values come from Windows 2000 SP4 */
+#define WINE_FILEVERSION 5,0,2195,6688
+#define WINE_FILEVERSION_STR "5.00.2195.6688"
+#define WINE_PRODUCTVERSION 5,0,2195,6688
+#define WINE_PRODUCTVERSION_STR "5.00.2195.6688"
 
 #include "wine/wine_common_ver.rc"

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

  Powered by Linux