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/stdafx.cpp | |
parent | 10c5adbb944d65a06dd91697e12fd0ead90f8a30 (diff) |
added TestDLL suitable for manual mapping and integration test skeleton
Diffstat (limited to 'TestDLL/stdafx.cpp')
-rw-r--r-- | TestDLL/stdafx.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/TestDLL/stdafx.cpp b/TestDLL/stdafx.cpp new file mode 100644 index 0000000..fd4f341 --- /dev/null +++ b/TestDLL/stdafx.cpp @@ -0,0 +1 @@ +#include "stdafx.h" |