13 lines
445 B
C++
13 lines
445 B
C++
// 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 };
|
|
//////////////////////////////////////////////////
|
|
|
|
|