Skip to content

Commit 2208f55

Browse files
committed
cmake/version_info: Add missing elements to version info resource file.
See also ODBC bug#37199170.
1 parent d6f24a9 commit 2208f55

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

cmake/version_info/version_info.rc.in

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,9 @@
3434
#define VER_PRIVATEBUILD 0x0L
3535
#define VER_PRERELEASE 0x0L
3636

37+
LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
38+
#pragma code_page(1252)
39+
3740

3841
VS_VERSION_INFO VERSIONINFO
3942
FILEVERSION @CONCPP_VERSION_RAW@,0
@@ -59,4 +62,8 @@ BEGIN
5962
VALUE "Comments", "@COMMENTS@\0"
6063
END
6164
END
65+
BLOCK "VarFileInfo"
66+
BEGIN
67+
VALUE "Translation", 0x409, 1252
68+
END
6269
END

0 commit comments

Comments
 (0)