summaryrefslogtreecommitdiff
path: root/util/mem_if_cpp.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'util/mem_if_cpp.cpp')
-rw-r--r--util/mem_if_cpp.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/util/mem_if_cpp.cpp b/util/mem_if_cpp.cpp
new file mode 100644
index 0000000..19468f2
--- /dev/null
+++ b/util/mem_if_cpp.cpp
@@ -0,0 +1,5 @@
+// mem_if_cpp.cpp
+// Include the actual mem_if source into this .cpp file.
+// This is a wrapper for build.exe to detect its type as C++.
+//
+#include "mem_if.c"