* 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>
|
2009-03-24 Corinna Vinschen <corinna@vinschen.de>
|
||||||
|
|
||||||
* wchar.h: Remove erroneous "C" specifier from extern declaration.
|
* wchar.h: Remove erroneous "C" specifier from extern declaration.
|
||||||
|
|
|
@ -33,7 +33,7 @@ extern mbtowc_f __cp_mbtowc;
|
||||||
|
|
||||||
extern char *__locale_charset ();
|
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
|
#ifdef __cplusplus
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue