Skip to content

Commit

Permalink
git.rc: include winuser.h
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
rimrul committed Dec 2, 2023
1 parent 4b968f3 commit 43f98ce
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions git.rc
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#include<winuser.h>
1 VERSIONINFO
FILEVERSION MAJOR,MINOR,MICRO,PATCHLEVEL
PRODUCTVERSION MAJOR,MINOR,MICRO,PATCHLEVEL
Expand Down

0 comments on commit 43f98ce

Please sign in to comment.