summaryrefslogtreecommitdiffhomepage
path: root/include/ntapi/nt_dalist.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/ntapi/nt_dalist.h')
-rw-r--r--include/ntapi/nt_dalist.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/include/ntapi/nt_dalist.h b/include/ntapi/nt_dalist.h
new file mode 100644
index 0000000..ad6bf5b
--- /dev/null
+++ b/include/ntapi/nt_dalist.h
@@ -0,0 +1,14 @@
+#ifndef _NT_DALIST_H_
+#define _NT_DALIST_H_
+
+#ifdef _MIDIPIX_FREESTANDING
+
+#include <dalist/dalist.h>
+
+#else
+
+#include "dalist.h"
+
+#endif
+
+#endif