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.h | |
parent | 10c5adbb944d65a06dd91697e12fd0ead90f8a30 (diff) |
added TestDLL suitable for manual mapping and integration test skeleton
Diffstat (limited to 'TestDLL/stdafx.h')
-rw-r--r-- | TestDLL/stdafx.h | 16 |
1 files changed, 16 insertions, 0 deletions
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 <windows.h> + + + +// reference additional headers your program requires here |