Mercurial > hg > pub > prymula > com
view 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 |
line wrap: on
line source
#pragma once #include "macros.h" #ifdef CLAP_HAS_CXX11 # include <cstdint> #else # include <stdint.h> #endif #ifdef __cplusplus # include <cstddef> #else # include <stddef.h> # include <stdbool.h> #endif