mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-08 07:45:00 +01:00
Modifications needed to build ReasonableSynth with MSVC
This commit is contained in:
parent
65e6c57930
commit
9cf5b23392
3 changed files with 306 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue