diff options
author | Toni Uhlig <matzeton@googlemail.com> | 2019-09-19 20:24:09 +0200 |
---|---|---|
committer | Toni Uhlig <matzeton@googlemail.com> | 2019-09-19 20:24:09 +0200 |
commit | a0ca51b5683b464d759c6398c1a72211e4976871 (patch) | |
tree | 0be2ec38929ac942a1a39c9b151a1abd76aea933 /TestDLL/TestDLL.cpp | |
parent | 10c5adbb944d65a06dd91697e12fd0ead90f8a30 (diff) |
added TestDLL suitable for manual mapping and integration test skeleton
Diffstat (limited to 'TestDLL/TestDLL.cpp')
-rw-r--r-- | TestDLL/TestDLL.cpp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/TestDLL/TestDLL.cpp b/TestDLL/TestDLL.cpp new file mode 100644 index 0000000..a3aa76f --- /dev/null +++ b/TestDLL/TestDLL.cpp @@ -0,0 +1,6 @@ +// TestDLL.cpp : Defines the exported functions for the DLL application. +// + +#include "stdafx.h" + + |