made VST support layer work on native win32

git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@1546 0778d3d1-df1d-0410-868b-ea421aaaa00d
This commit is contained in:
Tobias Doerffel
2008-09-04 16:21:38 +00:00
parent 30db9fc779
commit a7e2ca44bb
9 changed files with 165 additions and 52 deletions

View File

@@ -40,6 +40,8 @@
#include <process.h>
#endif
#include <Qt/qglobal.h>
#if QT_VERSION >= 0x040400
#include <QtCore/QSharedMemory>
#include <QtCore/QSystemSemaphore>

View File

@@ -29,8 +29,10 @@
#include <QtGui/QWidget>
#include <QtGui/QPixmap>
#include "export.h"
class textFloat : public QWidget
class EXPORT textFloat : public QWidget
{
public:
textFloat( void );