diff options
Diffstat (limited to 'externals/grill/vst')
-rw-r--r-- | externals/grill/vst/src/main.cpp | 1 | ||||
-rw-r--r-- | externals/grill/vst/vst.vcproj | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/externals/grill/vst/src/main.cpp b/externals/grill/vst/src/main.cpp index 9130b894..243511f3 100644 --- a/externals/grill/vst/src/main.cpp +++ b/externals/grill/vst/src/main.cpp @@ -38,7 +38,6 @@ CVstApp theApp; /* ----- MFC stuff ------------- */ #endif - class vst: public flext_dsp { diff --git a/externals/grill/vst/vst.vcproj b/externals/grill/vst/vst.vcproj index 56eca6c3..5a0fcac4 100644 --- a/externals/grill/vst/vst.vcproj +++ b/externals/grill/vst/vst.vcproj @@ -29,7 +29,7 @@ FavorSizeOrSpeed="1" OmitFramePointers="TRUE" AdditionalIncludeDirectories="f:\prog\pd\pd-cvs\src,f:\prog\packs\pthreads,f:\prog\max\flext\source" - PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;WINVER=0x0501;_USRDLL;FLEXT_SYS=2;FLEXT_THREADS" + PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;WINVER=0x0501;_USRDLL;FLEXT_SYS=2;FLEXT_THREADS;FLEXT_NOGLOBALNEW" StringPooling="TRUE" RuntimeLibrary="0" EnableFunctionLevelLinking="TRUE" |