mirror of
https://github.com/nillerusr/source-engine.git
synced 2024-12-22 14:16:50 +00:00
fix musl-idiodic libsc problems
This commit is contained in:
parent
d9eacc4db7
commit
38fdbf18c2
@ -40,9 +40,11 @@
|
||||
|
||||
#ifdef nullptr
|
||||
#undef nullptr
|
||||
#define nullptr 0
|
||||
#endif
|
||||
|
||||
#define nullptr 0
|
||||
|
||||
|
||||
// stdio.h
|
||||
#ifdef NULL
|
||||
#undef NULL
|
||||
|
Loading…
Reference in New Issue
Block a user