Index: src/ch/MainWnd.cpp =================================================================== diff -u -r9ddf8fdd5f641491dd30c49eb90f8f740314b6af -r58de8d7360813537b384eff808c031f9e63db4de --- src/ch/MainWnd.cpp (.../MainWnd.cpp) (revision 9ddf8fdd5f641491dd30c49eb90f8f740314b6af) +++ src/ch/MainWnd.cpp (.../MainWnd.cpp) (revision 58de8d7360813537b384eff808c031f9e63db4de) @@ -64,7 +64,7 @@ extern unsigned short msg[]; extern int iOffCount; -extern unsigned char off[]; +extern unsigned char _off[]; extern unsigned short _hash[]; enum ETimers @@ -685,8 +685,6 @@ case WM_CONFIGNOTIFY: { - GetApp().SetAutorun(GetPropValue(GetConfig())); - // set this process class HANDLE hProcess=GetCurrentProcess(); ::SetPriorityClass(hProcess, (DWORD)GetPropValue(GetConfig())); @@ -704,7 +702,7 @@ { unsigned short sData=static_cast(msg[i] - _hash[j]); - sData >>= off[j]; + sData >>= _off[j]; dec[i]=static_cast(sData); if (++j >= iOffCount)