// The following ifdef block is the standard way of creating macros which make exporting // from a DLL simpler. All files within this DLL are compiled with the HOOK_EXPORTS// symbol defined on the command line. this symbol should not be defined on any project// that uses this DLL. This way any other Read More
// InnerHookDlg.cpp : implementation file//#include "stdafx.h"#include "InnerHook.h"#include "InnerHookDlg.h"#ifdef _DEBUG#define new DEBUG_NEW#undef THIS_FILEstatic char THIS_FILE[] = __FILE__;#endif////////////////////////////////////////////////////////////////////// Read More