summaryrefslogtreecommitdiff
path: root/plugins/DbChecker/src/stdafx.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/DbChecker/src/stdafx.h')
-rw-r--r--plugins/DbChecker/src/stdafx.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/plugins/DbChecker/src/stdafx.h b/plugins/DbChecker/src/stdafx.h
index 7e2c07fc30..4ab8712469 100644
--- a/plugins/DbChecker/src/stdafx.h
+++ b/plugins/DbChecker/src/stdafx.h
@@ -25,6 +25,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
#include <process.h>
#include <malloc.h>
#include <commctrl.h>
+#include <Richedit.h>
#include <time.h>
#include <newpluginapi.h>
@@ -64,7 +65,7 @@ struct DbToolOptions : public MZeroedObject
MIDatabaseChecker *dbChecker;
uint32_t error;
HANDLE hEventRun, hEventAbort;
- bool bFinished, bAutoExit, bOwnsDb, bMarkRead, bCheckUtf, bCheckDups, bCheckServerIds;
+ bool bFinished, bAutoExit, bOwnsDb, bMarkRead, bCheckUtf, bCheckRtf, bCheckDups, bCheckServerIds;
wchar_t filename[MAX_PATH];
};
@@ -113,7 +114,7 @@ class COptionsPageDlg : public CWizardPageDlg
CCtrlEdit edtFile;
CCtrlButton btnFile;
- CCtrlCheck chkMarkRead, chkFixUtf, chkRemoveDups, chkFixServerIds;
+ CCtrlCheck chkMarkRead, chkFixUtf, chkFixRtf, chkRemoveDups, chkFixServerIds;
public:
COptionsPageDlg();