...
1.1 --- a/GateKeeper.cpp Wed Jun 29 14:12:48 2016 +0200
1.2 +++ b/GateKeeper.cpp Wed Jun 29 14:37:09 2016 +0200
1.3 @@ -112,7 +112,7 @@
1.4
1.5 const LPCTSTR GateKeeper::plugin_reg_path = _T("Software\\Microsoft\\Office\\Outlook\\Addins\\pEp");
1.6 const LPCTSTR GateKeeper::plugin_reg_value_name = _T("LoadBehavior");
1.7 - const LPCTSTR GateKeeper::updater_reg_path = _T("Software\\pEp\\Updater";)
1.8 + const LPCTSTR GateKeeper::updater_reg_path = _T("Software\\pEp\\Updater");
1.9
1.10 const time_t GateKeeper::cycle = 7200; // 7200 sec is 2 h
1.11 const DWORD GateKeeper::waiting = 10000; // 10000 ms is 10 sec
1.12 @@ -185,8 +185,6 @@
1.13 while (!_self->m_bComInitialized)
1.14 Sleep(1);
1.15
1.16 - //MessageBox(NULL, _T("test"), _T("keep_plugin"), MB_ICONINFORMATION | MB_TOPMOST);
1.17 -
1.18 DWORD value;
1.19 DWORD size;
1.20