From 8ef51850bf86424180505824f75530e92ed5d9ca Mon Sep 17 00:00:00 2001 From: wwderw <24878362+wwderw@users.noreply.github.com> Date: Tue, 8 Jul 2025 08:51:33 -0500 Subject: [PATCH] Update raudio.c Allow for the use of raudio stand alone --- src/raudio.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/raudio.c b/src/raudio.c index 368a8c18a..40db999ea 100644 --- a/src/raudio.c +++ b/src/raudio.c @@ -81,7 +81,7 @@ #include "utils.h" // Required for: fopen() Android mapping #endif -#if defined(SUPPORT_MODULE_RAUDIO) +#if defined(SUPPORT_MODULE_RAUDIO) || defined(RAUDIO_STANDALONE) #if defined(_WIN32) // To avoid conflicting windows.h symbols with raylib, some flags are defined