xW: fix Clang build

This commit is contained in:
2023-07-21 12:36:31 +02:00
parent 6f02af814f
commit 8b5ea67aff
2 changed files with 4 additions and 0 deletions

View File

@@ -22,10 +22,13 @@ BEGIN
VK_PRIOR, ID_PREVIOUS_BUFFER, CONTROL, VIRTKEY
VK_NEXT, ID_NEXT_BUFFER, CONTROL, VIRTKEY
VK_TAB, ID_SWITCH_BUFFER, CONTROL, VIRTKEY
// These are proper, but llvm-rc won't accept them (GitHub #64002).
#ifndef __clang__
"!", ID_GOTO_HIGHLIGHT, ALT
"a", ID_GOTO_ACTIVITY, ALT
"H", ID_TOGGLE_UNIMPORTANT, ALT
"h", ID_DISPLAY_FULL_LOG, ALT
#endif
END
VS_VERSION_INFO VERSIONINFO