comparison DPF-Prymula-audioplugins/dpf/distrho/src/clap/private/std.h @ 3:84e66ea83026

DPF-Prymula-audioplugins-0.231015-2
author prymula <prymula76@outlook.com>
date Mon, 16 Oct 2023 21:53:34 +0200
parents
children
comparison
equal deleted inserted replaced
2:cf2cb71d31dd 3:84e66ea83026
1 #pragma once
2
3 #include "macros.h"
4
5 #ifdef CLAP_HAS_CXX11
6 # include <cstdint>
7 #else
8 # include <stdint.h>
9 #endif
10
11 #ifdef __cplusplus
12 # include <cstddef>
13 #else
14 # include <stddef.h>
15 # include <stdbool.h>
16 #endif