//#ifndef __COMMON_INC //#define __COMMON_INC #define MODULE "MessageNotify" #define _WIN32_WINNT 0x400 // for QueueUserAPC #define _WIN32_IE 0x300 // for InitCommonControlsEx #include #include #include #include #include "resource.h" #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include "m_speak.h" extern HINSTANCE hInst; extern PLUGINLINK *pluginLink; extern HANDLE mainThread; void StartFocusTimer(); void StopFocusTimer(); #ifndef MIID_MESSAGENOTIFY #define MIID_MESSAGENOTIFY {0x9b2eb930, 0xbcff, 0x4cbf, { 0x8f, 0x2d, 0xf7, 0xca, 0x8b, 0x8f, 0x17, 0xfd}} #endif //#endif