X-Git-Url: https://pd.if.org/git/?p=pdclib;a=blobdiff_plain;f=internals%2F_PDCLIB_locale.h;h=82e17b04a580465a0189901da17fb79ef8cfbad4;hp=9644eb4b19c3b836b43505d2358f999093eb3799;hb=276f7e69f80ac53bfb5da5cc24072dd393485106;hpb=072f30583aa781ac40faeff08500f0dadf7cf1de diff --git a/internals/_PDCLIB_locale.h b/internals/_PDCLIB_locale.h index 9644eb4..82e17b0 100644 --- a/internals/_PDCLIB_locale.h +++ b/internals/_PDCLIB_locale.h @@ -82,8 +82,8 @@ typedef struct _PDCLIB_wcinfo } _PDCLIB_wcinfo_t; struct _PDCLIB_locale { - const _PDCLIB_charcodec_t _Codec; - struct lconv _Conv; + const struct _PDCLIB_charcodec_t * _Codec; + struct lconv _Conv; /* ctype / wctype */ /* XXX: Maybe re-evaluate constness of these later on? */