diff --git a/src/msw/version.rc b/src/msw/version.rc index f7919720cc..c3f51db8f5 100644 --- a/src/msw/version.rc +++ b/src/msw/version.rc @@ -62,8 +62,11 @@ BEGIN VALUE "SpecialBuild", "\0" END END + // windres can't handle the syntax below for some reason (see #11055) +#ifndef __GNUC__ BLOCK "VarFileInfo" BEGIN VALUE "Translation", LANG, CHARSET END +#endif // !__GNUC__ END