ws2_32: Update DLL version information to correspond to XP.
The Star Trek: Armada II demo tries to install a Windows 95 winsock redist if the detected ws2_32.dll version is too old.
This commit is contained in:
parent
2210b9a6ac
commit
f96d192947
|
@ -18,9 +18,9 @@
|
|||
|
||||
#define WINE_FILEDESCRIPTION_STR "Wine core dll"
|
||||
#define WINE_FILENAME_STR "ws2_32.dll"
|
||||
#define WINE_FILEVERSION 4,0,0,0
|
||||
#define WINE_FILEVERSION_STR "4.0.0.0"
|
||||
#define WINE_PRODUCTVERSION 4,0,0,0
|
||||
#define WINE_PRODUCTVERSION_STR "4.0"
|
||||
#define WINE_FILEVERSION 5,1,2600,5512
|
||||
#define WINE_FILEVERSION_STR "5.1.2600.5512"
|
||||
#define WINE_PRODUCTVERSION 5,1,2600,5512
|
||||
#define WINE_PRODUCTVERSION_STR "5.1.2600.5512"
|
||||
|
||||
#include "wine/wine_common_ver.rc"
|
||||
|
|
Loading…
Reference in New Issue