Skip to content

Commit 43f98ce

Browse files
committed
git.rc: include winuser.h
winuser.h contains the definition of RT_MANIFEST that our LLVM based toolchain needs to understand that we want to embed compat/win32/git.manifest as an application manifest. It currently just embeds it as additional data that Windows doesn't understand. This also helps our GCC based toolchain understand that we only want one copy embedded. It currently embeds one working assembly manifest and one nearly identical, but useless copy as additional data. This fixes #4707 Signed-off-by: Matthias Aßhauer <[email protected]>
1 parent 4b968f3 commit 43f98ce

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

git.rc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
#include<winuser.h>
12
1 VERSIONINFO
23
FILEVERSION MAJOR,MINOR,MICRO,PATCHLEVEL
34
PRODUCTVERSION MAJOR,MINOR,MICRO,PATCHLEVEL

0 commit comments

Comments
 (0)