From 5e61c1280c15ab9969b94cd360cafd4a11b2dd30 Mon Sep 17 00:00:00 2001 From: Ash Wolf Date: Wed, 5 Jul 2023 19:04:06 +0100 Subject: matched T2.exe --- src/DbgIPS.cpp | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'src/DbgIPS.cpp') diff --git a/src/DbgIPS.cpp b/src/DbgIPS.cpp index 1ff48bd..746ffc6 100644 --- a/src/DbgIPS.cpp +++ b/src/DbgIPS.cpp @@ -1,2 +1,20 @@ #include "DbgIPS.h" +#ifdef _DEBUG +#define new DEBUG_NEW +#undef THIS_FILE +static char THIS_FILE[] = __FILE__; +#endif + +DbgIPS::DbgIPS(CWnd *pParentWnd) + : CDialog(171, pParentWnd) +{ + Create(171, pParentWnd); +} + +/*virtual*/ void DbgIPS::DoDataExchange(CDataExchange *pDX) { + CWnd::DoDataExchange(pDX); +} + +BEGIN_MESSAGE_MAP(DbgIPS, CDialog) +END_MESSAGE_MAP() -- cgit v1.2.3