mirror of
git://sourceware.org/git/newlib-cygwin.git
synced 2025-01-18 12:29:32 +08:00
* wchar.h: Replace UINT with unsigned int.
This commit is contained in:
parent
10558efdef
commit
db917b216e
@ -1,3 +1,7 @@
|
||||
2009-03-24 Corinna Vinschen <corinna@vinschen.de>
|
||||
|
||||
* wchar.h: Replace UINT with unsigned int.
|
||||
|
||||
2009-03-24 Corinna Vinschen <corinna@vinschen.de>
|
||||
|
||||
* wchar.h: Remove erroneous "C" specifier from extern declaration.
|
||||
|
@ -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
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user