Skip to content

Commit c493f82

Browse files
author
Vicent Martí
committed
Merge pull request libgit2#1371 from csware/version-constants
Win32: Use constants in version resource definitions where possible
2 parents 6990377 + 82ac1f7 commit c493f82

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/win32/git2.rc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@ VS_VERSION_INFO VERSIONINFO MOVEABLE IMPURE LOADONCALL DISCARDABLE
1212
PRODUCTVERSION LIBGIT2_VER_MAJOR,LIBGIT2_VER_MINOR,LIBGIT2_VER_REVISION,0
1313
FILEFLAGSMASK VS_FFI_FILEFLAGSMASK
1414
#ifdef _DEBUG
15-
FILEFLAGS 1
15+
FILEFLAGS VS_FF_DEBUG
1616
#else
1717
FILEFLAGS 0
1818
#endif
1919
FILEOS VOS_NT_WINDOWS32
2020
FILETYPE VFT_DLL
21-
FILESUBTYPE 0 // not used
21+
FILESUBTYPE VFT2_UNKNOWN
2222
BEGIN
2323
BLOCK "StringFileInfo"
2424
BEGIN

0 commit comments

Comments
 (0)