diff options
author | Thomas Grill <xovo@users.sourceforge.net> | 2005-03-20 04:57:22 +0000 |
---|---|---|
committer | Thomas Grill <xovo@users.sourceforge.net> | 2005-03-20 04:57:22 +0000 |
commit | dccb7f1e9f8454ddca9e1013e4c930f9cc699e86 (patch) | |
tree | ab94fefd9ba2b51fb55b3fed90eafe9fdf0d6759 /externals/grill/vst/src/vsthost.h | |
parent | 2f61089735df22774c2fb257dd69ce3e8199577f (diff) |
small OSX things
updated build system
svn path=/trunk/; revision=2636
Diffstat (limited to 'externals/grill/vst/src/vsthost.h')
-rw-r--r-- | externals/grill/vst/src/vsthost.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/externals/grill/vst/src/vsthost.h b/externals/grill/vst/src/vsthost.h index d4365e97..0b055d40 100644 --- a/externals/grill/vst/src/vsthost.h +++ b/externals/grill/vst/src/vsthost.h @@ -324,8 +324,10 @@ private: inline bool HasFlags(long msk) const { return effect && (effect->flags&msk); } +#if FLEXT_OS == FLEXT_OS_WIN // the handle to the shared library MHandle hdll; +#endif // the handle to the plugin editor window WHandle hwnd; // the VST plugin instance |