diff options
Diffstat (limited to 'CodeExecution/DemoReflectiveDLL/DemoDLL/stdafx.h')
-rw-r--r-- | CodeExecution/DemoReflectiveDLL/DemoDLL/stdafx.h | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/CodeExecution/DemoReflectiveDLL/DemoDLL/stdafx.h b/CodeExecution/DemoReflectiveDLL/DemoDLL/stdafx.h deleted file mode 100644 index a67fe85..0000000 --- a/CodeExecution/DemoReflectiveDLL/DemoDLL/stdafx.h +++ /dev/null @@ -1,20 +0,0 @@ -// 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> -#include <string> -#include <ostream> -#include <sstream> -#include <iostream> - - - -// TODO: reference additional headers your program requires here |