Skip to content

Commit 38fdbf1

Browse files
committed
fix musl-idiodic libsc problems
1 parent d9eacc4 commit 38fdbf1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

public/tier0/basetypes.h

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,11 @@
4040

4141
#ifdef nullptr
4242
#undef nullptr
43-
#define nullptr 0
4443
#endif
4544

45+
#define nullptr 0
46+
47+
4648
// stdio.h
4749
#ifdef NULL
4850
#undef NULL

0 commit comments

Comments
 (0)