X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=include%2Fstdc-predef.h;h=af1a27998f9036009cbfcc48c5b72ee640918ebb;hb=d8f35e29d0e35a90f44c04de585470c211afddf9;hp=f8cd4b8911366530ab3231f25dbd93826f769add;hpb=0f47367751a4baca80ef4f5ab11dbb9b6d7e8bdd;p=musl diff --git a/include/stdc-predef.h b/include/stdc-predef.h index f8cd4b89..af1a2799 100644 --- a/include/stdc-predef.h +++ b/include/stdc-predef.h @@ -7,4 +7,7 @@ #define __STDC_IEC_559__ 1 #endif +#define __STDC_UTF_16__ 1 +#define __STDC_UTF_32__ 1 + #endif