From 4abb63470b9f8ed36a23cbea84908f10ff90a6aa Mon Sep 17 00:00:00 2001 From: mjjo Date: Sat, 20 Jul 2013 23:23:06 +0000 Subject: [PATCH] --- HookMsg/StdAfx.cpp | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 HookMsg/StdAfx.cpp diff --git a/HookMsg/StdAfx.cpp b/HookMsg/StdAfx.cpp new file mode 100644 index 0000000..98d4391 --- /dev/null +++ b/HookMsg/StdAfx.cpp @@ -0,0 +1,12 @@ +// stdafx.cpp : source file that includes just the standard includes +// HookMsg.pch will be the pre-compiled header +// stdafx.obj will contain the pre-compiled type information + +#include "stdafx.h" + +////////////////////////////////////////////////// +AUTOMEDO_MSGDATA g_AutomedoData; +COPYDATASTRUCT g_AutoMedoCopyDataStructure = { 0, sizeof(AUTOMEDO_MSGDATA), &g_AutomedoData }; +////////////////////////////////////////////////// + +