remove duplicate typedef
Modified: trunk/reactos/lib/crt/stdlib/wcstombs.c

Modified: trunk/reactos/lib/crt/stdlib/wcstombs.c
--- trunk/reactos/lib/crt/stdlib/wcstombs.c	2005-02-18 02:28:16 UTC (rev 13625)
+++ trunk/reactos/lib/crt/stdlib/wcstombs.c	2005-02-18 02:41:49 UTC (rev 13626)
@@ -38,7 +38,7 @@
 
 /* We don't need the state really because we don't have shift states
    to maintain between calls to this function.  */
-typedef int mbstate_t;
+
 static mbstate_t mbstate_internal;