* rclex.c: (cpp_line): Add code_page pragma support.
[deliverable/binutils-gdb.git] / binutils / winduni.h
index f22e25221ada74461b17f47f8aba28abe3251631..82c3022831a8b62822e706916e8da1ba5b623157 100644 (file)
@@ -96,6 +96,14 @@ extern void unicode_print_quoted (FILE *, const unichar *, rc_uint_type);
 #define CP_OEM  1      /* Default OEM code page. */
 #endif
 
+/* Specifies the default codepage to be used for unicode
+   transformations.  By default this is CP_ACP.  */
+extern rc_uint_type wind_default_codepage;
+
+/* Specifies the currently used codepage for unicode
+   transformations.  By default this is CP_ACP.  */
+extern rc_uint_type wind_current_codepage;
+
 typedef struct wind_language_t
 {
   unsigned id;
This page took 0.023667 seconds and 4 git commands to generate.