From d47c5583fb820b611378d6e4dcdf45a0e644e72a Mon Sep 17 00:00:00 2001 From: JohnnyCena123 Date: Tue, 14 Oct 2025 14:47:19 +0300 Subject: [PATCH] remove undefs --- src/rcore.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/rcore.c b/src/rcore.c index 1bb6c71c6..46ae03610 100644 --- a/src/rcore.c +++ b/src/rcore.c @@ -3180,10 +3180,6 @@ unsigned int *ComputeSHA256(unsigned char *data, int dataSize) } RL_FREE(buffer); return hash; - - #undef ROTATE_RIGHT - #undef A0 - #undef A1 } //----------------------------------------------------------------------------------