Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-cw
Commits
14808097
Commit
14808097
authored
Mar 30, 2004
by
Ivan Leo Murray-Smith
Committed by
Alexandre Julliard
Mar 30, 2004
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
In resource info allow OriginalFilename and InternalName to be
different.
parent
27db3095
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
1 deletion
+6
-1
wine_common_ver.rc
include/wine/wine_common_ver.rc
+6
-1
No files found.
include/wine/wine_common_ver.rc
View file @
14808097
/*
/*
* 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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment