From 142439b9a847a15911be200e657eec0222aba2a7 Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Wed, 5 Mar 2014 19:44:01 +0100 Subject: no dot prefix for VST cache files on windows. --- libs/ardour/vst_info_file.cc | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'libs') diff --git a/libs/ardour/vst_info_file.cc b/libs/ardour/vst_info_file.cc index acb2d66579..e6350c0a41 100644 --- a/libs/ardour/vst_info_file.cc +++ b/libs/ardour/vst_info_file.cc @@ -61,7 +61,11 @@ #define EXT_ERRORFILE ".err" #define EXT_INFOFILE ".fsi" +#ifdef PLATFORM_WINDOWS +#define PFX_DOTFILE "" +#else #define PFX_DOTFILE "." +#endif using namespace std; -- cgit v1.2.3