src/win32.h
changeset 6577 ee768d653dd0
parent 6443 b8f06d8eb7be
--- a/src/win32.h	Wed Mar 07 17:42:09 2007 +0000
+++ b/src/win32.h	Wed Mar 07 18:58:28 2007 +0000
@@ -26,6 +26,7 @@
 # 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)