X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=includes%2Fwchar.h;h=2740d003f64155538044bc2d974a4d17ae605b33;hb=814c9f639d79b682af88d4e4f4ce62ebfc9a653b;hp=34f2ef300620af29f08aa70089e59d1b5ade1322;hpb=a12115be626cb08652930df1881ec63aa102c3cb;p=pdclib.old diff --git a/includes/wchar.h b/includes/wchar.h index 34f2ef3..2740d00 100644 --- a/includes/wchar.h +++ b/includes/wchar.h @@ -32,7 +32,7 @@ typedef _PDCLIB_wint_t wint_t; #ifndef _PDCLIB_MBSTATE_T_DEFINED #define _PDCLIB_MBSTATE_T_DEFINED _PDCLIB_MBSTATE_T_DEFINED -typedef struct _PDCLIB_mbstate_t mbstate_t; +typedef _PDCLIB_mbstate_t mbstate_t; #endif struct tm;