X-Git-Url: https://pd.if.org/git/?p=pdclib.old;a=blobdiff_plain;f=internals%2F_PDCLIB_int.h;fp=internals%2F_PDCLIB_int.h;h=134123a1862fa650a1bccb0be8bb8186c8f638fd;hp=0c48f33755a6c2e728a329a28f4b464bffcd6a44;hb=97f49cfce543ffb1231e9f7aa774796a3e8fb912;hpb=92f939206a4edc57681503d2771eb925b80a33a9 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;