You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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]>
0 commit comments