#define _CRT_SECURE_NO_WARNINGS #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 BOOL fEnabled; extern INT interval; extern TCHAR* ptszDefaultMsg[6]; extern INT OptInit(WPARAM wParam,LPARAM lParam);