diff options
author | Toni Uhlig <matzeton@googlemail.com> | 2019-06-24 01:08:55 +0200 |
---|---|---|
committer | Toni Uhlig <matzeton@googlemail.com> | 2019-06-24 01:08:55 +0200 |
commit | be0143e671a700555c8d67e41ba19baa86b98ee0 (patch) | |
tree | d4debfdcd8ccbad6262abdfa890be9e7b300a8fa /MemDriverLib/stdafx.h | |
parent | 5bafee24df92059bbc2ce653516701acde702113 (diff) |
added memory driver user space library
Diffstat (limited to 'MemDriverLib/stdafx.h')
-rw-r--r-- | MemDriverLib/stdafx.h | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/MemDriverLib/stdafx.h b/MemDriverLib/stdafx.h new file mode 100644 index 0000000..f380517 --- /dev/null +++ b/MemDriverLib/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 |