* include/wctype.h (wctrans) Remove _CRTIMP.

(towctrans): Likewise.
	(wctype): Likewise,
This commit is contained in:
Danny Smith
2005-02-25 08:15:46 +00:00
parent b7c201d588
commit 078f08b81a
2 changed files with 10 additions and 4 deletions

View File

@ -136,9 +136,9 @@ typedef wchar_t wctrans_t;
for a valid string descriptor. If you want the MS behaviour (and you have
msvcp60.dll in your path) add -lmsvcp60 to your command line. */
_CRTIMP wint_t __cdecl towctrans(wint_t, wctrans_t);
_CRTIMP wctrans_t __cdecl wctrans(const char*);
_CRTIMP wctype_t __cdecl wctype(const char*);
wint_t __cdecl towctrans(wint_t, wctrans_t);
wctrans_t __cdecl wctrans(const char*);
wctype_t __cdecl wctype(const char*);
#ifdef __cplusplus
}