From 4de481d21875be49d114de8cb83fa12e02685b86 Mon Sep 17 00:00:00 2001 From: Vadim Dashevskiy Date: Sun, 26 Jul 2015 11:09:09 +0000 Subject: PasteIt: common project git-svn-id: http://svn.miranda-ng.org/main/trunk@14718 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/PasteIt/src/PasteIt.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'plugins/PasteIt/src/PasteIt.cpp') diff --git a/plugins/PasteIt/src/PasteIt.cpp b/plugins/PasteIt/src/PasteIt.cpp index 7091aa87c4..ec9362f327 100644 --- a/plugins/PasteIt/src/PasteIt.cpp +++ b/plugins/PasteIt/src/PasteIt.cpp @@ -55,7 +55,7 @@ static IconItem icon = { LPGEN("Paste It"), "PasteIt_main", IDI_MENU }; int hLangpack = 0; -BOOL APIENTRY DllMain(HMODULE hModule, DWORD ul_reason_for_call, LPVOID lpReserved) +BOOL APIENTRY DllMain(HMODULE hModule, DWORD, LPVOID) { hInst = hModule; return TRUE; @@ -268,7 +268,7 @@ int TabsrmmButtonPressed(WPARAM hContact, LPARAM lParam) return 0; } -int PrebuildContactMenu(WPARAM wParam, LPARAM lParam) +int PrebuildContactMenu(WPARAM wParam, LPARAM) { bool bIsContact = false; @@ -358,7 +358,7 @@ void InitTabsrmmButton() } } -int WindowEvent(WPARAM wParam, MessageWindowEventData* lParam) +int WindowEvent(WPARAM, MessageWindowEventData* lParam) { if (lParam->uType == MSG_WINDOW_EVT_OPEN) { @@ -383,7 +383,7 @@ int WindowEvent(WPARAM wParam, MessageWindowEventData* lParam) return 0; } -int ModulesLoaded(WPARAM wParam, LPARAM lParam) +int ModulesLoaded(WPARAM, LPARAM) { InitMenuItems(); InitTabsrmmButton(); -- cgit v1.2.3