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:
authorCorinna Vinschen <corinna@vinschen.de>2009-03-24 16:33:57 +0300
committerCorinna Vinschen <corinna@vinschen.de>2009-03-24 16:33:57 +0300
commitdb917b216eac6c7842b9ff4c92866fa1a40296bb (patch)
tree4c8102f10d6b82dfe523bfcec018dbfdc322d780 /winsup/cygwin/wchar.h
parent10558efdef10633559c77bddd6e79b22fd883ce5 (diff)
* wchar.h: Replace UINT with unsigned int.
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
}