// stdafx.h : include file for standard system include files, // or project specific include files that are used frequently, but // are changed infrequently // #pragma once #include "targetver.h" #include #include #include // TODO: reference additional headers your program requires here #ifndef GLOBAL_VARS_H // header guards #define GLOBAL_VARS_H #define MAX_NAME_SIZE 500 extern TCHAR MSGHOOK_DLL_NAME[MAX_NAME_SIZE]; #endif