#define WINE_FILENAME_STR "opengl32.dll"
#define WINE_FILEVERSION 5,1,2600,2082
#define WINE_FILEVERSION_STR "5.1.2600.2082"
+#define WINE_LEGALCOPYRIGHT "Copyright (c) 1993-2015 the Wine project. Not Microsoft" /* CATIA needs 'Microsoft' in both CompanyName _and_ LegalCopyright */
#define WINE_PRODUCTVERSION 5,1,2600,2082
#define WINE_PRODUCTVERSION_STR "5.1"
#define WINE_FILESUBTYPE VFT2_UNKNOWN
#endif
+#ifndef WINE_LEGALCOPYRIGHT
+#define WINE_LEGALCOPYRIGHT "Copyright (c) 1993-2015 the Wine project authors (see the file AUTHORS for a complete list)"
+#endif
+
#ifndef WINE_PRODUCTVERSION
#define WINE_PRODUCTVERSION 1,0,0,0
#endif
VALUE "FileDescription", WINE_FILEDESCRIPTION_STR
VALUE "FileVersion", WINE_FILEVERSION_STR
VALUE "InternalName", WINE_FILENAME
- VALUE "LegalCopyright", "Copyright (c) 1993-2015 the Wine project authors (see the file AUTHORS for a complete list)"
+ VALUE "LegalCopyright", WINE_LEGALCOPYRIGHT
VALUE "OriginalFilename", WINE_FILENAME_STR
VALUE "ProductName", WINE_PRODUCTNAME_STR
VALUE "ProductVersion", WINE_PRODUCTVERSION_STR