Index: src/ch/OptionsDlg.h =================================================================== diff -u -N -r19b135b50b55b75d008526a799344bda9a62dc22 -r58de8d7360813537b384eff808c031f9e63db4de --- src/ch/OptionsDlg.h (.../OptionsDlg.h) (revision 19b135b50b55b75d008526a799344bda9a62dc22) +++ src/ch/OptionsDlg.h (.../OptionsDlg.h) (revision 58de8d7360813537b384eff808c031f9e63db4de) @@ -20,6 +20,7 @@ #define __OPTIONSDLG_H__ #include "PropertyListCtrl.h" +#include "AppAutorun.h" #define WM_CONFIGNOTIFY WM_USER+13 @@ -52,6 +53,9 @@ bool GetBoolProp(int iPosition); CString MakeCompoundString(UINT uiBase, int iCount, LPCTSTR lpszSeparator); + bool IsAutorunEnabled() const; + bool EnableAutorun(bool bEnable); + // Generated message map functions BOOL OnInitDialog() override; void OnOK() override; @@ -62,6 +66,7 @@ private: logger::TLoggerPtr m_spLog; + AppAutorun m_autoRun; static bool m_bLock; // locker std::vector m_cvRecent;