Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions syro/korg_syro_type.h
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ typedef long int32_t;

#endif // #ifndef _MSC_VER

#ifndef __cplusplus
#if !defined(__cplusplus) && (!defined(__STDC_VERSION__) || __STDC_VERSION__ < 202000)
#ifndef bool
typedef int bool;
#endif
Expand All @@ -40,7 +40,6 @@ typedef int bool;
#ifndef false
#define false (0)
#endif
#endif // #ifndef __cplusplus
#endif // !defined(__cplusplus) && (!defined(__STDC_VERSION__) || __STDC_VERSION__ < 202000)

#endif // #ifndef KORG_SYRO_VOLCASAMPLE_H__