commit e45b56a3e5fc47b0e6be7198d7a83612a45a50ce
parent eab6bde86496433ec6920a0f44ab6f0a8a208194
Author: Alexandre Bique <bique.alexandre@gmail.com>
Date: Sat, 12 Nov 2022 12:00:13 +0100
Merge pull request #204 from Schroedingers-Cat/main
Win: Correct non-existing environment variable and native directory separator
Diffstat:
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