Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'winsup/cygwin/winsup.h')
-rw-r--r--winsup/cygwin/winsup.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/winsup/cygwin/winsup.h b/winsup/cygwin/winsup.h
index 505326cec..f88f23fab 100644
--- a/winsup/cygwin/winsup.h
+++ b/winsup/cygwin/winsup.h
@@ -112,8 +112,11 @@ extern "C" DWORD WINAPI GetLastError (void);
enum codepage_type {ansi_cp, oem_cp, utf8_cp};
extern codepage_type current_codepage;
+extern UINT active_codepage;
+void codepage_init (const char *buf);
UINT get_cp ();
+bool is_cp_multibyte (UINT cp);
/* Used as type by sys_wcstombs_alloc and sys_mbstowcs_alloc. For a
description see there. */