#ifndef _COMMON_H #define _COMMON_H #define _WIN32_IE 0x400 #include #include #include "resource.h" #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #define MODULE "LastContact" extern HWND pluginwind; extern HINSTANCE hInst; #ifndef MIID_LASTCONTACT #define MIID_LASTCONTACT {0x76e40d07, 0x10d4, 0x4f58, { 0xb1, 0xbc, 0xda, 0xd3, 0x6a, 0xf9, 0xed, 0x50}} #endif #define WMU_RESET_HOTKEY (WM_USER + 0x100) extern DWORD hotkey_thread_id; #endif