]> pd.if.org Git - pdclib.old/blobdiff - includes/wchar.h
PDCLIB-2 PDCLIB-12: Move _PDCLIB_mbstate_t to _PDCLIB_encoding.h, the new home for...
[pdclib.old] / includes / wchar.h
index 34f2ef300620af29f08aa70089e59d1b5ade1322..e3d8e4924d548b0c99ac138088015f39cd1b38d3 100644 (file)
@@ -8,6 +8,7 @@
 #ifndef _PDCLIB_WCHAR_H\r
 #define _PDCLIB_WCHAR_H\r
 #include <_PDCLIB_io.h>\r
+#include <_PDCLIB_encoding.h>\r
 _PDCLIB_BEGIN_EXTERN_C\r
 /* This is VASTLY incomplete. Functions being implemented as required by other\r
    portions of the library\r
@@ -32,7 +33,7 @@ typedef _PDCLIB_wint_t wint_t;
 \r
 #ifndef _PDCLIB_MBSTATE_T_DEFINED\r
 #define _PDCLIB_MBSTATE_T_DEFINED _PDCLIB_MBSTATE_T_DEFINED\r
-typedef struct _PDCLIB_mbstate_t mbstate_t;\r
+typedef _PDCLIB_mbstate_t mbstate_t;\r
 #endif\r
 \r
 struct tm;\r