fix musl-idiodic libsc problems

This commit is contained in:
nillerusr 2023-04-25 00:40:23 +00:00
parent 1f9b919279
commit 70b73ca1f4

View file

@ -40,9 +40,11 @@
#ifdef nullptr #ifdef nullptr
#undef nullptr #undef nullptr
#define nullptr 0
#endif #endif
#define nullptr 0
// stdio.h // stdio.h
#ifdef NULL #ifdef NULL
#undef NULL #undef NULL