Commit f96d1929 authored by Andrew Nguyen's avatar Andrew Nguyen Committed by Alexandre Julliard

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.
parent 2210b9a6
......@@ -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"
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment