Commit 55f12a3b authored by Rob Shearman's avatar Rob Shearman Committed by Alexandre Julliard

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.
parent 0b2e5742
......@@ -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>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment