clap

CLAP Audio Plugin API
Log | Files | Refs | README | LICENSE

commit 845b53e03e4c3dbc0f4a9471be6fcad9dfef4ecd
parent 27b7af0bebf4816d6286fa969d746abad05e89f2
Author: David Schornsheim <6382400+Schroedingers-Cat@users.noreply.github.com>
Date:   Sat,  5 Nov 2022 01:18:31 +0100

Fix non-existing environment variable and use native path separator

Diffstat:
Minclude/clap/entry.h | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/include/clap/entry.h b/include/clap/entry.h @@ -16,8 +16,8 @@ extern "C" { // - /usr/lib/clap // // Windows -// - %CommonFilesFolder%/CLAP/ -// - %LOCALAPPDATA%/Programs/Common/CLAP/ +// - %COMMONPROGRAMFILES%\CLAP +// - %LOCALAPPDATA%\Programs\Common\CLAP // // MacOS // - /Library/Audio/Plug-Ins/CLAP