Update of /cvsroot/pure-data/externals/grill/vst/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29318/src
Modified Files: VstHost.cpp VstHost.h Log Message: ""
Index: VstHost.cpp =================================================================== RCS file: /cvsroot/pure-data/externals/grill/vst/src/VstHost.cpp,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** VstHost.cpp 24 Feb 2004 03:37:12 -0000 1.8 --- VstHost.cpp 25 Feb 2004 05:34:53 -0000 1.9 *************** *** 10,14 **** #include "Editor.h" #include "VstHost.h" ! #include "vst\aeffectx.h"
using namespace std; --- 10,14 ---- #include "Editor.h" #include "VstHost.h" ! #include "AEffectx.h"
using namespace std;
Index: VstHost.h =================================================================== RCS file: /cvsroot/pure-data/externals/grill/vst/src/VstHost.h,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** VstHost.h 24 Feb 2004 03:37:12 -0000 1.6 --- VstHost.h 25 Feb 2004 05:34:53 -0000 1.7 *************** *** 12,17 ****
#include <flext.h> ! #include "Vst\AEffectx.h" ! #include "vst\aeffeditor.h"
#if FLEXT_OS == FLEXT_OS_WIN --- 12,17 ----
#include <flext.h> ! #include "AEffectx.h" ! #include "AEffEditor.hpp"
#if FLEXT_OS == FLEXT_OS_WIN