Browse Source

Merge pull request #5033 from wwderw/master

Update raudio.c
Ray 2 months ago
parent
commit
eaea8e0b0a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/raudio.c

+ 1 - 1
src/raudio.c

@@ -81,7 +81,7 @@
     #include "utils.h"          // Required for: fopen() Android mapping
     #include "utils.h"          // Required for: fopen() Android mapping
 #endif
 #endif
 
 
-#if defined(SUPPORT_MODULE_RAUDIO)
+#if defined(SUPPORT_MODULE_RAUDIO) || defined(RAUDIO_STANDALONE)
 
 
 #if defined(_WIN32)
 #if defined(_WIN32)
 // To avoid conflicting windows.h symbols with raylib, some flags are defined
 // To avoid conflicting windows.h symbols with raylib, some flags are defined