diff options
Diffstat (limited to 'include/m_hotkeys.h')
-rw-r--r-- | include/m_hotkeys.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/m_hotkeys.h b/include/m_hotkeys.h index 6dabe8dfac..b5fa93df9f 100644 --- a/include/m_hotkeys.h +++ b/include/m_hotkeys.h @@ -25,7 +25,9 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #ifndef M_HOTKEYS_H__
#define M_HOTKEYS_H__ 1
+#ifndef M_CORE_H__
#include <m_core.h>
+#endif
#define HKD_UNICODE 0x0001
#define HKF_MIRANDA_LOCAL 0x8000
@@ -41,8 +43,6 @@ struct HOTKEYDESC DWORD dwFlags;
};
-extern int hLangpack;
-
/////////////////////////////////////////////////////////////////////////////////////////
// use this macro to defile hotkey codes like this:
// hkd.DefHotkey = HOTKEYCODE(HOTKEYF_SHIFT|HOTKEYF_EXT, 'A');
|