X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=includes%2Fwchar.h;h=2740d003f64155538044bc2d974a4d17ae605b33;hb=a24c23ae6091f92a5662fd8b9edc5bdcbb711a5c;hp=34f2ef300620af29f08aa70089e59d1b5ade1322;hpb=026148e2e90368c0b23192f506e15aa6197105aa;p=pdclib 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;