Browse Source
Update raudio.c
Allow for the use of raudio stand alone
pull/5033/head
wwderw
3 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
1 deletions
-
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 |
|
|
|
|