wmp: Added version info resources.

This commit is contained in:
Jacek Caban 2014-02-27 16:36:21 +01:00 committed by Alexandre Julliard
parent f88b51731f
commit 28d3d7a026
1 changed files with 9 additions and 0 deletions

View File

@ -22,3 +22,12 @@ LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
/* @makedep: wmp.rgs */
2 WINE_REGISTRY wmp.rgs
#define WINE_FILEDESCRIPTION_STR "Wine Media Player"
#define WINE_FILENAME_STR "wmp.dll"
#define WINE_FILEVERSION 12,0,7601,16982
#define WINE_FILEVERSION_STR "12.0.7601.16982"
#define WINE_PRODUCTVERSION 12,0,7601,16982
#define WINE_PRODUCTVERSION_STR "12.0.7601.16982"
#include "wine/wine_common_ver.rc"