diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2014-07-06 18:04:32 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2014-07-06 18:04:32 +0200 |
commit | a7f89980e5b3f4b9a74c70dbc5ffe8aabd28be28 (patch) | |
tree | 41c4deec1fdfbafd7821b4ca7a9772ac0abd92f5 /util/mem_if_cpp.cpp |
Imported Upstream version 2.9.3upstream/2.9.3
Diffstat (limited to 'util/mem_if_cpp.cpp')
-rw-r--r-- | util/mem_if_cpp.cpp | 5 |
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"
|