From fffcd98b6f25af8d7a7895302e3b1ff64344d526 Mon Sep 17 00:00:00 2001 From: Vadim Dashevskiy Date: Sun, 26 Jul 2015 11:49:19 +0000 Subject: Ping: common project git-svn-id: http://svn.miranda-ng.org/main/trunk@14723 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/Ping/src/options.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'plugins/Ping/src/options.cpp') diff --git a/plugins/Ping/src/options.cpp b/plugins/Ping/src/options.cpp index ad5d93ee68..467bd008bb 100644 --- a/plugins/Ping/src/options.cpp +++ b/plugins/Ping/src/options.cpp @@ -1,4 +1,4 @@ -#include "common.h" +#include "stdafx.h" PingOptions options; @@ -164,7 +164,7 @@ PINGLIST temp_list; PINGADDRESS add_edit_addr; // host edit -INT_PTR CALLBACK DlgProcDestEdit(HWND hwndDlg, UINT msg, WPARAM wParam, LPARAM lParam) { +INT_PTR CALLBACK DlgProcDestEdit(HWND hwndDlg, UINT msg, WPARAM wParam, LPARAM) { switch (msg) { case WM_INITDIALOG: TranslateDialogDefault(hwndDlg); -- cgit v1.2.3