summaryrefslogtreecommitdiff
path: root/msvc_extra_headers
diff options
context:
space:
mode:
authorJohn Emmas <johne53@tiscali.co.uk>2013-07-20 08:30:40 +0100
committerJohn Emmas <johne53@tiscali.co.uk>2013-07-20 08:30:40 +0100
commit53f1cb2a0f2403ee473dd1802fd17597b05d5307 (patch)
tree82467210372445583d748c765b4f7a9876383aed /msvc_extra_headers
parent9d774969fcf8539aa301b20d659710407b7b4e83 (diff)
Modify 'libs/vamp-plugins' to be buildable with MSVC
Diffstat (limited to 'msvc_extra_headers')
-rw-r--r--msvc_extra_headers/ardourext/sys/targetsxs.h.input2
1 files changed, 1 insertions, 1 deletions
diff --git a/msvc_extra_headers/ardourext/sys/targetsxs.h.input b/msvc_extra_headers/ardourext/sys/targetsxs.h.input
index 6653041d8a..2730c8cb8d 100644
--- a/msvc_extra_headers/ardourext/sys/targetsxs.h.input
+++ b/msvc_extra_headers/ardourext/sys/targetsxs.h.input
@@ -57,8 +57,8 @@ __declspec(selectany) int _forceAtlDllManifestRTM;
implementation for commonly used integer types. */
#include <stdint.h>
-#if (BUILDING_ARDOUR)
#if defined(_MSC_VER) && !defined(__MINGW__) && !defined(__MINGW32__)
+#if (INCLUDE_ARDOUR_MISCELLANEOUS)
#include <ardourext/misc.h>
#endif
#endif