* wchar.h: Replace UINT with unsigned int.

This commit is contained in:
Corinna Vinschen
2009-03-24 13:33:57 +00:00
parent 10558efdef
commit db917b216e
2 changed files with 5 additions and 1 deletions

View File

@@ -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
}