summaryrefslogtreecommitdiffhomepage
path: root/include/ntapi/nt_compiler.h
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2016-12-12 16:47:24 -0500
committermidipix <writeonce@midipix.org>2016-12-12 16:47:24 -0500
commitfa20def8caa8623691d50bfb44e660eb48802dc6 (patch)
treeb68fcd78957da5da840aaa4e1c26d1194d293831 /include/ntapi/nt_compiler.h
parentcd5d5c3277aa300cac91d09ba02212c06e6b1218 (diff)
downloadntapi-fa20def8caa8623691d50bfb44e660eb48802dc6.tar.bz2
ntapi-fa20def8caa8623691d50bfb44e660eb48802dc6.tar.xz
api headers: nt_{abi|compiler}.h: provide a smoother foreign toolchain support.
Diffstat (limited to 'include/ntapi/nt_compiler.h')
-rw-r--r--include/ntapi/nt_compiler.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/ntapi/nt_compiler.h b/include/ntapi/nt_compiler.h
index bb4b31d..0336330 100644
--- a/include/ntapi/nt_compiler.h
+++ b/include/ntapi/nt_compiler.h
@@ -31,6 +31,9 @@
#define __attr_import__ __declspec(dllimport)
#endif
+#ifndef _DALIST_FREESTANDING
+#define _DALIST_FREESTANDING
+#endif
/* visual studio: end */
#else