Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
git2
Overview
Overview
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
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lvzhengyang
git2
Commits
71000441
Unverified
Commit
71000441
authored
Jun 16, 2020
by
Alexander Ovchinnikov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Review: Rename the stringize macro
parent
5c40456b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
src/win32/git2.rc
+5
-5
No files found.
src/win32/git2.rc
View file @
71000441
...
...
@@ -10,10 +10,10 @@
#endif
#ifdef GCC_WINDRES
# define
STRINGIZE
(x) #x
# define STR
INGIZE_(x) STRINGIZE
(x)
# define
_STR
(x) #x
# define STR
(x) _STR
(x)
#else
# define STR
INGIZE_
(x) x
# define STR(x) x
#endif
#ifdef GCC_WINDRES
...
...
@@ -40,9 +40,9 @@ BEGIN
BEGIN
VALUE "FileDescription", "libgit2 - the Git linkable library\0"
VALUE "FileVersion", LIBGIT2_VERSION "\0"
VALUE "InternalName", STR
INGIZE_
(LIBGIT2_FILENAME) ".dll\0"
VALUE "InternalName", STR(LIBGIT2_FILENAME) ".dll\0"
VALUE "LegalCopyright", "Copyright (C) the libgit2 contributors. All rights reserved.\0"
VALUE "OriginalFilename", STR
INGIZE_
(LIBGIT2_FILENAME) ".dll\0"
VALUE "OriginalFilename", STR(LIBGIT2_FILENAME) ".dll\0"
VALUE "ProductName", "libgit2\0"
VALUE "ProductVersion", LIBGIT2_VERSION "\0"
VALUE "Comments", LIBGIT2_COMMENTS "\0"
...
...
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