From 38fdbf18c204803efb18e076271630ac7419801b Mon Sep 17 00:00:00 2001 From: nillerusr Date: Tue, 25 Apr 2023 00:40:23 +0000 Subject: [PATCH] fix musl-idiodic libsc problems --- public/tier0/basetypes.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/public/tier0/basetypes.h b/public/tier0/basetypes.h index 6168ee56..27ef9618 100644 --- a/public/tier0/basetypes.h +++ b/public/tier0/basetypes.h @@ -40,9 +40,11 @@ #ifdef nullptr #undef nullptr -#define nullptr 0 #endif +#define nullptr 0 + + // stdio.h #ifdef NULL #undef NULL