File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 1010#endif
1111
1212#ifdef GCC_WINDRES
13- # define STRINGIZE (x) #x
14- # define STRINGIZE_ (x) STRINGIZE (x)
13+ # define _STR (x) #x
14+ # define STR (x) _STR (x)
1515#else
16- # define STRINGIZE_ (x) x
16+ # define STR (x) x
1717#endif
1818
1919#ifdef GCC_WINDRES
4040 BEGIN
4141 VALUE "FileDescription", "libgit2 - the Git linkable library\0"
4242 VALUE "FileVersion", LIBGIT2_VERSION "\0"
43- VALUE "InternalName", STRINGIZE_ (LIBGIT2_FILENAME) ".dll\0"
43+ VALUE "InternalName", STR (LIBGIT2_FILENAME) ".dll\0"
4444 VALUE "LegalCopyright", "Copyright (C) the libgit2 contributors. All rights reserved.\0"
45- VALUE "OriginalFilename", STRINGIZE_ (LIBGIT2_FILENAME) ".dll\0"
45+ VALUE "OriginalFilename", STR (LIBGIT2_FILENAME) ".dll\0"
4646 VALUE "ProductName", "libgit2\0"
4747 VALUE "ProductVersion", LIBGIT2_VERSION "\0"
4848 VALUE "Comments", LIBGIT2_COMMENTS "\0"
You can’t perform that action at this time.
0 commit comments