summaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/dalist_entry_point.c2
-rw-r--r--src/dalist_impl.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/dalist_entry_point.c b/src/dalist_entry_point.c
index c8d37aa..d8d1a53 100644
--- a/src/dalist_entry_point.c
+++ b/src/dalist_entry_point.c
@@ -1,4 +1,4 @@
-#ifdef MIDIPIX_FREESTANDING
+#ifdef _MIDIPIX_FREESTANDING
#include <dalist/dalist.h>
diff --git a/src/dalist_impl.h b/src/dalist_impl.h
index d80c65e..3207600 100644
--- a/src/dalist_impl.h
+++ b/src/dalist_impl.h
@@ -17,7 +17,7 @@ typedef dalist_memfn_nt_allocvm memfn_allocvm;
#define NT_MEM_RELEASE (0x8000u)
/* host environment */
-#if defined (MIDIPIX_FREESTANDING)
+#if defined (_MIDIPIX_FREESTANDING)
#define dalist_errno(x) x
#define PROT_READ 1
#define PROT_WRITE 2