summaryrefslogtreecommitdiff
path: root/plugins/HwHotKeys
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/HwHotKeys')
-rw-r--r--plugins/HwHotKeys/src/HwHotKeys_DllMain.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/HwHotKeys/src/HwHotKeys_DllMain.cpp b/plugins/HwHotKeys/src/HwHotKeys_DllMain.cpp
index f7af3c9ccc..677cb1ff89 100644
--- a/plugins/HwHotKeys/src/HwHotKeys_DllMain.cpp
+++ b/plugins/HwHotKeys/src/HwHotKeys_DllMain.cpp
@@ -67,7 +67,7 @@ CHAR key_name_buffer[150]; // буфер куда печатается имя кнопки в настройках. ANS
// ============================================================================
-BOOL APIENTRY DllMain( HMODULE hModule, DWORD ul_reason_for_call, LPVOID lpReserved)
+BOOL APIENTRY DllMain( HMODULE hModule, DWORD, LPVOID)
{
hInstance = hModule;
return TRUE;