summaryrefslogtreecommitdiff
path: root/msvc_extra_headers
diff options
context:
space:
mode:
authorJohn Emmas <johne53@tiscali.co.uk>2017-02-06 09:47:10 +0000
committerJohn Emmas <johne53@tiscali.co.uk>2017-02-06 09:47:10 +0000
commit715b9a959a997ae36c1567527e66b089dd70f7fb (patch)
tree6016910e29b0bd601fd0b2440917c83138fafdd9 /msvc_extra_headers
parent5dabe45341781bb917af11745dfc269ce8f747dd (diff)
Remove a JE addition to one of the qm-dsp source files (no longer needed)
Diffstat (limited to 'msvc_extra_headers')
-rw-r--r--msvc_extra_headers/ardourext/sys/time.h.input2
1 files changed, 1 insertions, 1 deletions
diff --git a/msvc_extra_headers/ardourext/sys/time.h.input b/msvc_extra_headers/ardourext/sys/time.h.input
index b989d0cd36..1f1fde5063 100644
--- a/msvc_extra_headers/ardourext/sys/time.h.input
+++ b/msvc_extra_headers/ardourext/sys/time.h.input
@@ -7,7 +7,7 @@
typedef long __suseconds_t;
typedef __suseconds_t suseconds_t;
#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> */
/* 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 */