mirror of
https://github.com/reactos/wine.git
synced 2025-03-04 18:57:07 +00:00
shell32: Remove defines for WINE_FILEVERSION and WINE_FILEVERSION_STR.
These are now constructed automatically from the major, minor, build and platform ID numbers defined in version.h.
This commit is contained in:
parent
0b2e574273
commit
55f12a3b63
@ -22,7 +22,3 @@
|
||||
#define WINE_FILEVERSION_MINOR 0
|
||||
#define WINE_FILEVERSION_BUILD 3900
|
||||
#define WINE_FILEVERSION_PLATFORMID 6975
|
||||
|
||||
/* FIXME: when libs/wpp gets fixed to support concatenation we can remove
|
||||
* this and define it in version.rc */
|
||||
#define WINE_FILEVERSION_STR "5.0.3900.6975"
|
||||
|
@ -21,7 +21,6 @@
|
||||
#include "version.h"
|
||||
|
||||
#define WINE_OLESELFREGISTER
|
||||
#define WINE_FILEVERSION WINE_FILEVERSION_MAJOR,WINE_FILEVERSION_MINOR,WINE_FILEVERSION_BUILD,WINE_FILEVERSION_PLATFORMID
|
||||
#define WINE_FILENAME_STR "shell32.dll"
|
||||
|
||||
#include <wine/wine_common_ver.rc>
|
||||
|
Loading…
x
Reference in New Issue
Block a user