Refactor shared memory logic.

This commit is contained in:
Augustin Cavalier
2015-03-05 13:47:43 -05:00
parent d6a5544233
commit 582c9ee678
2 changed files with 14 additions and 38 deletions

View File

@@ -30,12 +30,7 @@
#include "lmmsconfig.h"
#include "Mixer.h"
#include "VstSyncController.h"
#ifdef LMMS_BUILD_WIN32
#ifndef USE_QT_SHMEM
#define USE_QT_SHMEM
#endif
#endif
#include "RemotePlugin.h"
#ifndef USE_QT_SHMEM
#include <stdio.h>