mapi32: Add version numbers to version resource.
This commit is contained in:
parent
f0f54890e3
commit
eff5de1231
|
@ -18,5 +18,9 @@
|
|||
|
||||
#define WINE_FILEDESCRIPTION_STR "Wine Messaging API"
|
||||
#define WINE_FILENAME_STR "mapi32.dll"
|
||||
#define WINE_FILEVERSION 1,0,0,0
|
||||
#define WINE_FILEVERSION_STR "1.0.0.0"
|
||||
#define WINE_PRODUCTVERSION 1,0,0,0
|
||||
#define WINE_PRODUCTVERSION_STR "1.0.0.0"
|
||||
|
||||
#include "wine/wine_common_ver.rc"
|
||||
|
|
Loading…
Reference in New Issue