X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=includes%2Fuchar.h;h=1419df66b128be4f3d8545f6cf241041d7482546;hb=a60e344c2f266002ae7cd40ddc12d3f8263a8be9;hp=3b34c921dd4371124491e6c5596da7e81639fdaa;hpb=6c66631ea1ddc3110848294ea929d7761d6c9ec2;p=pdclib.old diff --git a/includes/uchar.h b/includes/uchar.h index 3b34c92..1419df6 100644 --- a/includes/uchar.h +++ b/includes/uchar.h @@ -22,7 +22,7 @@ typedef _PDCLIB_size_t size_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 #ifndef __cplusplus @@ -35,5 +35,6 @@ typedef _PDCLIB_char16_t char16_t; #define _PDCLIB_CHAR32_T_DEFINED _PDCLIB_CHAR32_T_DEFINED typedef _PDCLIB_char32_t char32_t; #endif +#endif #endif \ No newline at end of file