Use the same version format for all DX dlls.
This commit is contained in:
parent
c3c33a042f
commit
a66d2a2cbf
|
@ -28,6 +28,9 @@ LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
|
|||
#define WINE_FILENAME_STR "devenum.dll"
|
||||
#define WINE_FILEVERSION 6,3,1,881
|
||||
#define WINE_FILEVERSION_STR "6.3.1.881"
|
||||
#define WINE_PRODUCTVERSION 6,3,1,881
|
||||
#define WINE_PRODUCTVERSION_STR "6.3"
|
||||
#define WINE_PRODUCTNAME_STR "DirectX"
|
||||
|
||||
#include "wine/wine_common_ver.rc"
|
||||
|
||||
|
|
|
@ -17,11 +17,11 @@
|
|||
*/
|
||||
|
||||
#define WINE_FILEDESCRIPTION_STR "DMO Runtime"
|
||||
#define WINE_FILENAME_STR "msdmo.dll"
|
||||
#define WINE_FILEVERSION 6,3,1,400
|
||||
#define WINE_FILEVERSION_STR "6.3.1.400"
|
||||
#define WINE_PRODUCTVERSION 6,3,1,400
|
||||
#define WINE_PRODUCTVERSION_STR "6.3.1.400"
|
||||
#define WINE_PRODUCTNAME_STR "DirectShow"
|
||||
#define WINE_FILENAME_STR "msdmo.dll"
|
||||
#define WINE_FILEVERSION 6,3,1,400
|
||||
#define WINE_FILEVERSION_STR "6.3.1.400"
|
||||
#define WINE_PRODUCTVERSION 6,3,1,400
|
||||
#define WINE_PRODUCTVERSION_STR "6.3"
|
||||
#define WINE_PRODUCTNAME_STR "DirectX"
|
||||
|
||||
#include "wine/wine_common_ver.rc"
|
||||
|
|
Loading…
Reference in New Issue