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