Modifications needed to build ReasonableSynth with MSVC

This commit is contained in:
John Emmas 2014-11-09 08:11:46 +00:00
parent 65e6c57930
commit 9cf5b23392
3 changed files with 306 additions and 0 deletions

View file

@ -25,7 +25,11 @@
#include <stdlib.h>
#include <string.h>
#include <stdint.h>
#ifndef COMPILER_MSVC
#include <stdbool.h>
#endif
#include <assert.h>
#ifndef BUFFER_SIZE_SAMPLES