summaryrefslogtreecommitdiff
path: root/plugins/Nudge/src/shake.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/Nudge/src/shake.cpp')
-rw-r--r--plugins/Nudge/src/shake.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/plugins/Nudge/src/shake.cpp b/plugins/Nudge/src/shake.cpp
index cf3e7c24f2..7ecb6d0463 100644
--- a/plugins/Nudge/src/shake.cpp
+++ b/plugins/Nudge/src/shake.cpp
@@ -1,4 +1,4 @@
-#include "headers.h"
+#include "stdafx.h"
void CShake::Load(void)
{
@@ -29,13 +29,13 @@ void __cdecl ShakeClistWindow(void *Param)
shake.ShakeClist(hWnd);
}
-INT_PTR ShakeClist(WPARAM wParam, LPARAM lParam)
+INT_PTR ShakeClist(WPARAM, LPARAM)
{
mir_forkthread(ShakeClistWindow, (void*)pcli->hwndContactList);
return 0;
}
-INT_PTR ShakeChat(WPARAM wParam, LPARAM lParam)
+INT_PTR ShakeChat(WPARAM wParam, LPARAM)
{
if (((HANDLE)wParam) == NULL) return -1;