1
0
Fork 0
mirror of synced 2025-03-07 03:53:26 +01:00

oleaut32: Bump version resource to Windows 10.

Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=55876
This commit is contained in:
Andrew Nguyen 2024-03-13 18:00:42 -05:00 committed by Alexandre Julliard
parent 0d616f9eb0
commit 50a1c5bc92

View file

@ -41,8 +41,8 @@ LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
#define WINE_FILEDESCRIPTION_STR "Wine OLE dll"
#define WINE_FILENAME_STR "oleaut32.dll"
#define WINE_FILEVERSION 6, 0, 6001, 18000 /* version from Vista SP1 */
#define WINE_FILEVERSION_STR "6.0.6001.18000"
#define WINE_FILEVERSION 10, 0, 19043, 1466 /* version from Win10 2009 */
#define WINE_FILEVERSION_STR "10.0.19043.1466"
#define WINE_EXTRAVALUES VALUE "OLESelfRegister",""
#include "wine/wine_common_ver.rc"