From 1480809714486576e12459170ee14fc169fc19b4 Mon Sep 17 00:00:00 2001 From: Ivan Leo Murray-Smith Date: Tue, 30 Mar 2004 04:33:08 +0000 Subject: [PATCH] In resource info allow OriginalFilename and InternalName to be different. --- include/wine/wine_common_ver.rc | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/include/wine/wine_common_ver.rc b/include/wine/wine_common_ver.rc index d7264873f8c..03573cd05d6 100644 --- a/include/wine/wine_common_ver.rc +++ b/include/wine/wine_common_ver.rc @@ -1,5 +1,6 @@ /* * Copyright 2001 Dmitry Timoshkov + * Copyright 2004 Ivan Leo Murray-Smith * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public @@ -38,6 +39,10 @@ never complain. #define WINE_FILEDESCRIPTION_STR "Wine core dll" #endif +#ifndef WINE_FILENAME +#define WINE_FILENAME "" +#endif + #ifndef WINE_FILENAME_STR #define WINE_FILENAME_STR "" #endif @@ -74,7 +79,7 @@ FILESUBTYPE VFT2_UNKNOWN VALUE "CompanyName", "Wine Team" VALUE "FileDescription", WINE_FILEDESCRIPTION_STR VALUE "FileVersion", WINE_FILEVERSION_STR - VALUE "InternalName", WINE_FILENAME_STR + VALUE "InternalName", WINE_FILENAME VALUE "LegalCopyright", "Copyright (c) 1993-2004 the Wine project authors " \ "(see the file AUTHORS for a complete list)" VALUE "OriginalFilename", WINE_FILENAME_STR