diff options
Diffstat (limited to 'src/T2MainWindow.h')
-rw-r--r-- | src/T2MainWindow.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/T2MainWindow.h b/src/T2MainWindow.h index b84d81f..eedd250 100644 --- a/src/T2MainWindow.h +++ b/src/T2MainWindow.h @@ -1,6 +1,8 @@ #pragma once #include "common.h" +#define T2_MAIN_WINDOW ((T2MainWindow *) AfxGetMainWnd()) + class T2MainWindow : public CFrameWnd { DECLARE_DYNCREATE(T2MainWindow) DECLARE_MESSAGE_MAP() @@ -27,7 +29,7 @@ public: CString mWndClassC; DbgStepRun *mDbgStepRun; DbgIPS *mDbgIPS; - int _EC; + BOOL _EC; int _F0; protected: |