]> pd.if.org Git - pdclib/blobdiff - includes/uchar.h
Make _PDCLIB_mbstate_t available in the type namespace, not just the struct tag namespace
[pdclib] / includes / uchar.h
index d93d50ce45436ef96fe98f00033d69cf8a660ff0..1419df66b128be4f3d8545f6cf241041d7482546 100644 (file)
@@ -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