This commit is contained in:
2013-07-20 23:23:06 +00:00
parent 613f40f23e
commit 4abb63470b

12
HookMsg/StdAfx.cpp Normal file
View File

@@ -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 };
//////////////////////////////////////////////////