--- truecrypt/mount/hotkeys.h 2018/04/24 16:47:07 1.1.1.4 +++ truecrypt/mount/hotkeys.h 2018/04/24 16:48:04 1.1.1.5 @@ -1,7 +1,7 @@ /* Copyright (c) TrueCrypt Foundation. All rights reserved. - Covered by the TrueCrypt License 2.2 the full text of which is contained + Covered by the TrueCrypt License 2.3 the full text of which is contained in the file License.txt included in TrueCrypt binary and source code distribution packages. */ @@ -32,7 +32,7 @@ typedef struct extern TCHOTKEY Hotkeys [NBR_HOTKEYS]; -BOOL WINAPI HotkeysDlgProc (HWND hwndDlg, UINT msg, WPARAM wParam, LPARAM lParam); +BOOL CALLBACK HotkeysDlgProc (HWND hwndDlg, UINT msg, WPARAM wParam, LPARAM lParam); BOOL GetKeyName (UINT vKey, wchar_t *keyName); void UnregisterAllHotkeys (HWND hwndDlg, TCHOTKEY hotkeys[]); BOOL RegisterAllHotkeys (HWND hwndDlg, TCHOTKEY hotkeys[]);