summaryrefslogtreecommitdiff
path: root/msvc_extra_headers
diff options
context:
space:
mode:
authorJohn Emmas <johne53@tiscali.co.uk>2014-04-14 16:02:06 +0100
committerJohn Emmas <johne53@tiscali.co.uk>2014-04-14 16:14:07 +0100
commit57f09d5d9d4a30dd1b196d63edad3e4e20c50ede (patch)
treef1d1ba34e4657db6bcb679581be79bea06bb4dfe /msvc_extra_headers
parent4336f75d3b82ca7ef7043cc96bc3b68f9a607662 (diff)
Now that we can build with VST support, make sure our MSVC build knows about it
Diffstat (limited to 'msvc_extra_headers')
-rw-r--r--msvc_extra_headers/ardourext/sys/targetsxs.h.input4
1 files changed, 2 insertions, 2 deletions
diff --git a/msvc_extra_headers/ardourext/sys/targetsxs.h.input b/msvc_extra_headers/ardourext/sys/targetsxs.h.input
index 8fbf1327f8..8be216d9a4 100644
--- a/msvc_extra_headers/ardourext/sys/targetsxs.h.input
+++ b/msvc_extra_headers/ardourext/sys/targetsxs.h.input
@@ -11,8 +11,8 @@
/* Comment out the above lines to build Mixbus without LV2 support */
#endif
-#ifndef VST_SUPPORT
-// Commented out temporarily by JE - 18-10-2013 #define VST_SUPPORT
+#ifndef WINDOWS_VST_SUPPORT
+#define WINDOWS_VST_SUPPORT
/* Comment out the above line to build Mixbus without VST support */
#endif