diff options
| author | raysan5 <[email protected]> | 2016-07-29 13:17:50 +0200 |
|---|---|---|
| committer | raysan5 <[email protected]> | 2016-07-29 13:17:50 +0200 |
| commit | a008d49230c0f7543d8921e68f757dea7934a8c5 (patch) | |
| tree | 631ec85376fa36265ccf765b615a9e74eae2ffdb /src/audio.c | |
| parent | a422e394925e68ab687ef70527c3e207234d8bd7 (diff) | |
| download | raylib-a008d49230c0f7543d8921e68f757dea7934a8c5.tar.gz raylib-a008d49230c0f7543d8921e68f757dea7934a8c5.zip | |
Corrected some issues to compile with MSC
Diffstat (limited to 'src/audio.c')
| -rw-r--r-- | src/audio.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/audio.c b/src/audio.c index 3c618dd2..3e2d8347 100644 --- a/src/audio.c +++ b/src/audio.c @@ -78,6 +78,10 @@ #define JAR_MOD_IMPLEMENTATION #include "external/jar_mod.h" // MOD loading functions +#ifdef _MSC_VER + #undef bool +#endif + //---------------------------------------------------------------------------------- // Defines and Macros //---------------------------------------------------------------------------------- |
