From 5c6a48b2ff362a70416a6a00fda7d06e0f276f2d Mon Sep 17 00:00:00 2001 From: Ash Wolf Date: Sat, 1 Jul 2023 02:43:29 +0100 Subject: i am in hell --- src/T2DLL/CEditWFocus.cpp | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'src/T2DLL/CEditWFocus.cpp') diff --git a/src/T2DLL/CEditWFocus.cpp b/src/T2DLL/CEditWFocus.cpp index d2ad220..0892aad 100644 --- a/src/T2DLL/CEditWFocus.cpp +++ b/src/T2DLL/CEditWFocus.cpp @@ -1,5 +1,12 @@ +#define DONT_INCLUDE_AFXTEMPL #include "CEditWFocus.h" +#ifdef _DEBUG +#define new DEBUG_NEW +#undef THIS_FILE +static char THIS_FILE[] = __FILE__; +#endif + CEditWFocus::CEditWFocus() { } -- cgit v1.2.3