From 28d040d8c243d28e1f851bb80f1d5ba30d22fd3c Mon Sep 17 00:00:00 2001 From: midipix Date: Sun, 11 Dec 2016 23:26:35 -0500 Subject: api headers: added nt_dalist.h, nt_pe.h, for smooth foreign toolchain support. --- include/ntapi/nt_pe.h | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 include/ntapi/nt_pe.h (limited to 'include/ntapi/nt_pe.h') diff --git a/include/ntapi/nt_pe.h b/include/ntapi/nt_pe.h new file mode 100644 index 0000000..f7cc3d1 --- /dev/null +++ b/include/ntapi/nt_pe.h @@ -0,0 +1,14 @@ +#ifndef _NT_PE_H_ +#define _NT_PE_H_ + +#ifdef _MIDIPIX_FREESTANDING + +#include + +#else + +#include "pemagine.h" + +#endif + +#endif -- cgit v1.2.3