From a0ca51b5683b464d759c6398c1a72211e4976871 Mon Sep 17 00:00:00 2001 From: Toni Uhlig Date: Thu, 19 Sep 2019 20:24:09 +0200 Subject: added TestDLL suitable for manual mapping and integration test skeleton --- TestDLL/stdafx.h | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 TestDLL/stdafx.h (limited to 'TestDLL/stdafx.h') diff --git a/TestDLL/stdafx.h b/TestDLL/stdafx.h new file mode 100644 index 0000000..f380517 --- /dev/null +++ b/TestDLL/stdafx.h @@ -0,0 +1,16 @@ +// stdafx.h : include file for standard system include files, +// or project specific include files that are used frequently, but +// are changed infrequently +// + +#pragma once + +#include "targetver.h" + +#define WIN32_LEAN_AND_MEAN // Exclude rarely-used stuff from Windows headers +// Windows Header Files +#include + + + +// reference additional headers your program requires here -- cgit v1.2.3