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:
Rob Shearman 2008-09-05 22:07:37 +01:00 committed by Alexandre Julliard
parent 0b2e574273
commit 55f12a3b63
2 changed files with 0 additions and 5 deletions

View File

@ -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"

View File

@ -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>