Module: wine Branch: master Commit: 28d3d7a02671afb530533d63978093e7c5be4dc9 URL: http://source.winehq.org/git/wine.git/?a=commit;h=28d3d7a02671afb530533d6397...
Author: Jacek Caban jacek@codeweavers.com Date: Thu Feb 27 16:36:21 2014 +0100
wmp: Added version info resources.
---
dlls/wmp/rsrc.rc | 9 +++++++++ 1 file changed, 9 insertions(+)
diff --git a/dlls/wmp/rsrc.rc b/dlls/wmp/rsrc.rc index cc6c199..ced1a64 100644 --- a/dlls/wmp/rsrc.rc +++ b/dlls/wmp/rsrc.rc @@ -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"