summaryrefslogtreecommitdiff
path: root/msvc_extra_headers/ardourext/sys/targetsxs.h.input
diff options
context:
space:
mode:
authorJohn Emmas <johne53@tiscali.co.uk>2016-09-30 08:24:51 +0100
committerJohn Emmas <johne53@tiscali.co.uk>2016-09-30 08:24:51 +0100
commit9df3a2a547efad089bab177a8b9e285a04287f07 (patch)
tree684cd05aa83f4025bdc33a3d57177cb998f0951a /msvc_extra_headers/ardourext/sys/targetsxs.h.input
parent85072e16aa5e16d9cd3d059d906b2d94fac1d24b (diff)
When building with MSVC some of the header file stuff is only relevant in early versions (e.g. VC8)
Diffstat (limited to 'msvc_extra_headers/ardourext/sys/targetsxs.h.input')
-rw-r--r--msvc_extra_headers/ardourext/sys/targetsxs.h.input2
1 files changed, 2 insertions, 0 deletions
diff --git a/msvc_extra_headers/ardourext/sys/targetsxs.h.input b/msvc_extra_headers/ardourext/sys/targetsxs.h.input
index 24d1b29ab3..aa09700241 100644
--- a/msvc_extra_headers/ardourext/sys/targetsxs.h.input
+++ b/msvc_extra_headers/ardourext/sys/targetsxs.h.input
@@ -34,6 +34,7 @@
#define RDC_BUILD 1
#endif
+#if (defined (_MSC_VER) && (_MSC_VER == 1400))
#ifndef __midl
#if defined(_DEBUG) || defined (DEBUG)
/* Experimental - link to the lowest DebugCRT so we can run on another system */
@@ -58,6 +59,7 @@ __declspec(selectany) int _forceAtlDllManifestRTM;
}
#endif
#endif
+#endif
/* 'stdint.h' conflicts with various other libraries so
let's #include stdint.h first to ensure one consistent