fix musl-idiodic libsc problems
This commit is contained in:
parent
1f9b919279
commit
70b73ca1f4
1 changed files with 3 additions and 1 deletions
|
@ -40,9 +40,11 @@
|
|||
|
||||
#ifdef nullptr
|
||||
#undef nullptr
|
||||
#define nullptr 0
|
||||
#endif
|
||||
|
||||
#define nullptr 0
|
||||
|
||||
|
||||
// stdio.h
|
||||
#ifdef NULL
|
||||
#undef NULL
|
||||
|
|
Loading…
Reference in a new issue