Kaydet (Commit) 4902be3e authored tarafından Takeshi Abe's avatar Takeshi Abe

vcl: Mark it as const

Change-Id: Ifc1e9e64f50aa916ef0667796a54a11dec9a0ea8
üst 1778ad25
...@@ -25,7 +25,7 @@ ...@@ -25,7 +25,7 @@
rtl_TextEncoding ImplSalGetSystemEncoding() rtl_TextEncoding ImplSalGetSystemEncoding()
{ {
static UINT nOldAnsiCodePage = 0; static const UINT nOldAnsiCodePage = 0;
static rtl_TextEncoding eEncoding = RTL_TEXTENCODING_MS_1252; static rtl_TextEncoding eEncoding = RTL_TEXTENCODING_MS_1252;
UINT nAnsiCodePage = GetACP(); UINT nAnsiCodePage = GetACP();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment