wmp: Added version info resources.
This commit is contained in:
parent
f88b51731f
commit
28d3d7a026
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue