From 311ef5bcdd8fcedee52bbb1f8ee458dea3718c29 Mon Sep 17 00:00:00 2001 From: mjjo Date: Sat, 20 Jul 2013 23:24:08 +0000 Subject: [PATCH] --- HookInj/StdAfx.h | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 HookInj/StdAfx.h diff --git a/HookInj/StdAfx.h b/HookInj/StdAfx.h new file mode 100644 index 0000000..8b0b5c3 --- /dev/null +++ b/HookInj/StdAfx.h @@ -0,0 +1,24 @@ +// stdafx.h : include file for standard system include files, +// or project specific include files that are used frequently, but +// are changed infrequently +// + +#if !defined(AFX_STDAFX_H__AA55624A_0E48_43DA_B777_91B866A5DA79__INCLUDED_) +#define AFX_STDAFX_H__AA55624A_0E48_43DA_B777_91B866A5DA79__INCLUDED_ + +#if _MSC_VER > 1000 +#pragma once +#endif // _MSC_VER > 1000 + + +// Insert your headers here +#define WIN32_LEAN_AND_MEAN // Exclude rarely-used stuff from Windows headers + +#include + +// TODO: reference additional headers your program requires here + +//{{AFX_INSERT_LOCATION}} +// Microsoft Visual C++ will insert additional declarations immediately before the previous line. + +#endif // !defined(AFX_STDAFX_H__AA55624A_0E48_43DA_B777_91B866A5DA79__INCLUDED_)