diff options
Diffstat (limited to 'include/m_hotkeys.h')
-rw-r--r-- | include/m_hotkeys.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/m_hotkeys.h b/include/m_hotkeys.h index 7bd596b3ed..d15c14a993 100644 --- a/include/m_hotkeys.h +++ b/include/m_hotkeys.h @@ -68,7 +68,7 @@ Registers new hotkey Returns 0 on failure or hotkey atom id on success
*/
-__inline static INT_PTR Hotkey_Register(HOTKEYDESC *hk)
+__forceinline INT_PTR Hotkey_Register(HOTKEYDESC *hk)
{
return CallService("CoreHotkeys/Register", (WPARAM)hLangpack, (LPARAM)hk);
}
|