summaryrefslogtreecommitdiffhomepage
path: root/InfoEx/src/directx_other.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'InfoEx/src/directx_other.cpp')
-rw-r--r--InfoEx/src/directx_other.cpp22
1 files changed, 22 insertions, 0 deletions
diff --git a/InfoEx/src/directx_other.cpp b/InfoEx/src/directx_other.cpp
new file mode 100644
index 0000000..75d1d39
--- /dev/null
+++ b/InfoEx/src/directx_other.cpp
@@ -0,0 +1,22 @@
+#ifndef _WIN32
+
+#include <InfoEx.h>
+
+#include <Text.h>
+
+
+namespace InfoEx
+{
+
+
+DXVersion
+DirectX()
+{
+ return DXVersion::None;
+}
+
+
+} // namespace InfoEx
+
+
+#endif // _WIN32