Remove a JE addition to one of the qm-dsp source files (no longer needed)
This commit is contained in:
parent
5dabe45341
commit
715b9a959a
@ -142,7 +142,7 @@ LIBPBD_API char* PBD_APICALLTYPE dlerror () __THROW;
|
|||||||
/* For whatever reason, Ardour's 'libevoral' refuses to build as a DLL if we include both 'rpc.h' */
|
/* For whatever reason, Ardour's 'libevoral' refuses to build as a DLL if we include both 'rpc.h' */
|
||||||
/* and 'WinSock2.h'. It doesn't seem to matter which order we #include them. Given that we can't */
|
/* and 'WinSock2.h'. It doesn't seem to matter which order we #include them. Given that we can't */
|
||||||
/* edit 'rpc.h' or 'WinSock2.h', just make sure we don't #include them when building libevoral. */
|
/* edit 'rpc.h' or 'WinSock2.h', just make sure we don't #include them when building libevoral. */
|
||||||
#if !defined(BUILDING_EVORAL) && !defined(BUILDING_VAMPPLUGINS)
|
#if !defined(BUILDING_EVORAL) && !defined(BUILDING_QMDSP) && !defined(BUILDING_VAMPPLUGINS)
|
||||||
#include <rpc.h>
|
#include <rpc.h>
|
||||||
typedef int (FAR PBDEXTN_APICALLTYPE *CYGINIT_API)(unsigned int);
|
typedef int (FAR PBDEXTN_APICALLTYPE *CYGINIT_API)(unsigned int);
|
||||||
#endif
|
#endif
|
||||||
|
@ -17,10 +17,6 @@
|
|||||||
|
|
||||||
#include <cassert>
|
#include <cassert>
|
||||||
|
|
||||||
#ifdef _MSC_VER
|
|
||||||
#pragma warning(disable:4305)
|
|
||||||
#endif
|
|
||||||
|
|
||||||
std::string
|
std::string
|
||||||
Wavelet::getWaveletName(Type wavelet)
|
Wavelet::getWaveletName(Type wavelet)
|
||||||
{
|
{
|
||||||
|
@ -7,7 +7,7 @@
|
|||||||
typedef long __suseconds_t;
|
typedef long __suseconds_t;
|
||||||
typedef __suseconds_t suseconds_t;
|
typedef __suseconds_t suseconds_t;
|
||||||
#endif
|
#endif
|
||||||
#if !defined(BUILDING_EVORAL) && !defined(BUILDING_VAMPPLUGINS)
|
#if !defined(BUILDING_EVORAL) && !defined(BUILDING_QMDSP) && !defined(BUILDING_VAMPPLUGINS)
|
||||||
#include <WinSock2.h> /* gets 'struct timeval' - Changed by JE - 23-07-2013. Was formerly. . . #include <WinSock.h> */
|
#include <WinSock2.h> /* gets 'struct timeval' - Changed by JE - 23-07-2013. Was formerly. . . #include <WinSock.h> */
|
||||||
/* For whatever reason, Ardour's 'libevoral' refuses to build as a DLL if we include both 'rpc.h' */
|
/* For whatever reason, Ardour's 'libevoral' refuses to build as a DLL if we include both 'rpc.h' */
|
||||||
/* and 'WinSock2.h'. It doesn't seem to matter which order we #include them. Given that we can't */
|
/* and 'WinSock2.h'. It doesn't seem to matter which order we #include them. Given that we can't */
|
||||||
|
Loading…
Reference in New Issue
Block a user