#include #include #include #include #include #include #include #include #include #include #include "Resource.h" #include "version.h" #define protocolname "SimpleAutoReplier" //no spaces here :) #define KEY_ENABLED "Enabled" #define KEY_HEADING "Heading" #define KEY_REPEATINTERVAL "RepeatInterval" //General extern HINSTANCE hinstance; extern INT interval; extern wchar_t *ptszDefaultMsg[6]; extern HGENMENU hEnableMenu; extern IconItemT iconList[]; extern INT OptInit(WPARAM wParam, LPARAM lParam);