Commit 54812880 authored by Dmitry Timoshkov's avatar Dmitry Timoshkov Committed by Alexandre Julliard

wineps: Add version resource.

Some WPF based applications depend on this, otherwise they treat missing DllGetClassObject() export as a failure. Signed-off-by: 's avatarDmitry Timoshkov <dmitry@baikal.ru> Signed-off-by: 's avatarHuw Davies <huw@codeweavers.com> Signed-off-by: 's avatarAlexandre Julliard <julliard@winehq.org>
parent df8c52cd
......@@ -48,3 +48,11 @@ STRINGTABLE
IDS_DPI "#msgctxt#unit: dots/inch#dpi"
IDS_SETUP "Setup"
}
LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
#define WINE_FILEDESCRIPTION_STR "Wine PostScript Driver"
#define WINE_FILENAME_STR "wineps.drv"
#define WINE_FILEVERSION_STR "1.0"
#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