summaryrefslogtreecommitdiffstats
path: root/private/ntos/nthals/halnecmp/mips/halp.h
diff options
context:
space:
mode:
Diffstat (limited to 'private/ntos/nthals/halnecmp/mips/halp.h')
-rw-r--r--private/ntos/nthals/halnecmp/mips/halp.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/private/ntos/nthals/halnecmp/mips/halp.h b/private/ntos/nthals/halnecmp/mips/halp.h
new file mode 100644
index 000000000..2f89bf746
--- /dev/null
+++ b/private/ntos/nthals/halnecmp/mips/halp.h
@@ -0,0 +1,11 @@
+//
+// This file simply includes the main code from the halfxs directory after
+// undef'ed NT_UP if necessary.
+//
+
+
+#if defined(NT_UP)
+#undef NT_UP
+#endif
+
+#include "..\halfxs\mips\halp.h"