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/wchar.h')
-rw-r--r--winsup/cygwin/wchar.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/cygwin/wchar.h b/winsup/cygwin/wchar.h
index 80e8a0ef9..51e71bb92 100644
--- a/winsup/cygwin/wchar.h
+++ b/winsup/cygwin/wchar.h
@@ -33,7 +33,7 @@ extern mbtowc_f __cp_mbtowc;
extern char *__locale_charset ();
-extern mbtowc_p __set_charset_from_codepage (UINT cp, char *charset);
+extern mbtowc_p __set_charset_from_codepage (unsigned int cp, char *charset);
#ifdef __cplusplus
}