OSDN Git Service

* include/wctype.h (wctrans) Remove _CRTIMP.
authordannysmith <dannysmith>
Fri, 25 Feb 2005 08:15:45 +0000 (08:15 +0000)
committerdannysmith <dannysmith>
Fri, 25 Feb 2005 08:15:45 +0000 (08:15 +0000)
(towctrans): Likewise.
(wctype): Likewise,

winsup/mingw/ChangeLog
winsup/mingw/include/wctype.h

index 1cfab64..b29a3b9 100644 (file)
@@ -1,5 +1,11 @@
 2005-02-25  Danny Smith  <dannysmith@users.sourceforge.net>
 
+       * include/wctype.h (wctrans): Remove _CRTIMP.
+       (towctrans): Likewise.
+       (wctype): Likewise,
+
+2005-02-25  Danny Smith  <dannysmith@users.sourceforge.net>
+
        * include/wctype.h:  Add comment on wctrans, towctrans, wctype.
 
 2005-02-25  Danny Smith  <dannysmith@users.sourceforge.net>
@@ -15,7 +21,7 @@
 
 2005-02-11  Danny Smith  <dannysmith@users.sourceforge.net>
 
-       * include/assert.h; Remove header guard.  #undef assert macro.
+       * include/assert.h: Remove header guard.  #undef assert macro.
        (_assert): Use __MINGW_ATTRIB_NORETURN define.
 
 2005-02-11  Gregory W. Chicares  <chicares@cox.net>
index 07c433e..533163e 100644 (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
 }