Skip to content

Commit eaea8e0

Browse files
authored
Merge pull request #5033 from wwderw/master
Update raudio.c
2 parents a92f67b + 8ef5185 commit eaea8e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/raudio.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181
#include "utils.h" // Required for: fopen() Android mapping
8282
#endif
8383

84-
#if defined(SUPPORT_MODULE_RAUDIO)
84+
#if defined(SUPPORT_MODULE_RAUDIO) || defined(RAUDIO_STANDALONE)
8585

8686
#if defined(_WIN32)
8787
// To avoid conflicting windows.h symbols with raylib, some flags are defined

0 commit comments

Comments
 (0)