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/Options.cpp | 2 +- plugins/PasteIt/src/PasteIt.cpp | 8 ++++---- plugins/PasteIt/src/stdafx.cpp | 18 ------------------ plugins/PasteIt/src/stdafx.cxx | 18 ++++++++++++++++++ 4 files changed, 23 insertions(+), 23 deletions(-) delete mode 100644 plugins/PasteIt/src/stdafx.cpp create mode 100644 plugins/PasteIt/src/stdafx.cxx (limited to 'plugins/PasteIt/src') diff --git a/plugins/PasteIt/src/Options.cpp b/plugins/PasteIt/src/Options.cpp index f7547f8d8d..65781ac2f0 100644 --- a/plugins/PasteIt/src/Options.cpp +++ b/plugins/PasteIt/src/Options.cpp @@ -759,7 +759,7 @@ void Options::SetCodepageCB(HWND hwndCB, unsigned int codepage) } } -int Options::InitOptions(WPARAM wParam, LPARAM lParam) +int Options::InitOptions(WPARAM wParam, LPARAM) { OPTIONSDIALOGPAGE odp = { 0 }; odp.position = 100000000; 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(); diff --git a/plugins/PasteIt/src/stdafx.cpp b/plugins/PasteIt/src/stdafx.cpp deleted file mode 100644 index 6fb37564b7..0000000000 --- a/plugins/PasteIt/src/stdafx.cpp +++ /dev/null @@ -1,18 +0,0 @@ -/* -Copyright (C) 2012-15 Miranda NG project (http://miranda-ng.org) - -This program is free software; you can redistribute it and/or -modify it under the terms of the GNU General Public License -as published by the Free Software Foundation version 2 -of the License. - -This program is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -GNU General Public License for more details. - -You should have received a copy of the GNU General Public License -along with this program. If not, see . -*/ - -#include "stdafx.h" \ No newline at end of file diff --git a/plugins/PasteIt/src/stdafx.cxx b/plugins/PasteIt/src/stdafx.cxx new file mode 100644 index 0000000000..6fb37564b7 --- /dev/null +++ b/plugins/PasteIt/src/stdafx.cxx @@ -0,0 +1,18 @@ +/* +Copyright (C) 2012-15 Miranda NG project (http://miranda-ng.org) + +This program is free software; you can redistribute it and/or +modify it under the terms of the GNU General Public License +as published by the Free Software Foundation version 2 +of the License. + +This program is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU General Public License for more details. + +You should have received a copy of the GNU General Public License +along with this program. If not, see . +*/ + +#include "stdafx.h" \ No newline at end of file -- cgit v1.2.3