summaryrefslogtreecommitdiff
path: root/src/win32.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/win32.h')
-rw-r--r--src/win32.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/win32.h b/src/win32.h
index 4938c3a2a..f91eaf3c5 100644
--- a/src/win32.h
+++ b/src/win32.h
@@ -26,6 +26,7 @@ wchar_t *convert_to_fs(const char *name, wchar_t *utf16_buf, size_t buflen);
# define WIDE_TO_MB(str) FS2OTTD(str)
# define WIDE_TO_MB_BUFFER(str, buffer, buflen) convert_from_fs(str, buffer, buflen)
#else
+extern uint _codepage; // local code-page in the system @see win32_v.cpp:WM_INPUTLANGCHANGE
# define MB_TO_WIDE(str) (str)
# define MB_TO_WIDE_BUFFER(str, buffer, buflen) (str)
# define WIDE_TO_MB(str) (str)