X-Git-Url: https://pd.if.org/git/?p=pdclib;a=blobdiff_plain;f=internals%2F_PDCLIB_int.h;h=134123a1862fa650a1bccb0be8bb8186c8f638fd;hp=0c48f33755a6c2e728a329a28f4b464bffcd6a44;hb=c35fe835dbb7c79b11814116caf0582c76f2d8ed;hpb=dc589eec782e954d2fae6b582811c0df89ccb544 diff --git a/internals/_PDCLIB_int.h b/internals/_PDCLIB_int.h index 0c48f33..134123a 100644 --- a/internals/_PDCLIB_int.h +++ b/internals/_PDCLIB_int.h @@ -314,8 +314,8 @@ extern char _PDCLIB_Xdigits[]; /* -------------------------------------------------------------------------- */ #ifndef __cplusplus -typedef _PDCLIB_int16_t _PDCLIB_char16_t; -typedef _PDCLIB_int32_t _PDCLIB_char32_t; +typedef _PDCLIB_uint16_t _PDCLIB_char16_t; +typedef _PDCLIB_uint32_t _PDCLIB_char32_t; #else typedef char16_t _PDCLIB_char16_t; typedef char32_t _PDCLIB_char32_t;