Commit 14808097 authored by Ivan Leo Murray-Smith's avatar Ivan Leo Murray-Smith Committed by Alexandre Julliard

In resource info allow OriginalFilename and InternalName to be

different.
parent 27db3095
/* /*
* Copyright 2001 Dmitry Timoshkov * Copyright 2001 Dmitry Timoshkov
* Copyright 2004 Ivan Leo Murray-Smith
* *
* This library is free software; you can redistribute it and/or * This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public * modify it under the terms of the GNU Lesser General Public
...@@ -38,6 +39,10 @@ never complain. ...@@ -38,6 +39,10 @@ never complain.
#define WINE_FILEDESCRIPTION_STR "Wine core dll" #define WINE_FILEDESCRIPTION_STR "Wine core dll"
#endif #endif
#ifndef WINE_FILENAME
#define WINE_FILENAME ""
#endif
#ifndef WINE_FILENAME_STR #ifndef WINE_FILENAME_STR
#define WINE_FILENAME_STR "" #define WINE_FILENAME_STR ""
#endif #endif
...@@ -74,7 +79,7 @@ FILESUBTYPE VFT2_UNKNOWN ...@@ -74,7 +79,7 @@ FILESUBTYPE VFT2_UNKNOWN
VALUE "CompanyName", "Wine Team" VALUE "CompanyName", "Wine Team"
VALUE "FileDescription", WINE_FILEDESCRIPTION_STR VALUE "FileDescription", WINE_FILEDESCRIPTION_STR
VALUE "FileVersion", WINE_FILEVERSION_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 " \ VALUE "LegalCopyright", "Copyright (c) 1993-2004 the Wine project authors " \
"(see the file AUTHORS for a complete list)" "(see the file AUTHORS for a complete list)"
VALUE "OriginalFilename", WINE_FILENAME_STR VALUE "OriginalFilename", WINE_FILENAME_STR
......
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