From 6828926a4d4eefef4632e97646f639c8ec24d0ab Mon Sep 17 00:00:00 2001 From: George Hazan Date: Fri, 24 Apr 2015 21:11:51 +0000 Subject: HistoryStats project conversion git-svn-id: http://svn.miranda-ng.org/main/trunk@13110 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/HistoryStats/src/dlgoption_subexclude.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'plugins/HistoryStats/src/dlgoption_subexclude.cpp') diff --git a/plugins/HistoryStats/src/dlgoption_subexclude.cpp b/plugins/HistoryStats/src/dlgoption_subexclude.cpp index ae81f88bec..d0748d71f8 100644 --- a/plugins/HistoryStats/src/dlgoption_subexclude.cpp +++ b/plugins/HistoryStats/src/dlgoption_subexclude.cpp @@ -1,4 +1,4 @@ -#include "_globals.h" +#include "stdafx.h" #include "dlgoption.h" #include "iconlib.h" @@ -19,7 +19,7 @@ DlgOption::SubExclude::~SubExclude() g_bExcludeLock = false; } -BOOL DlgOption::SubExclude::handleMsg(UINT msg, WPARAM wParam, LPARAM lParam) +BOOL DlgOption::SubExclude::handleMsg(UINT msg, WPARAM, LPARAM lParam) { switch (msg) { case WM_WINDOWPOSCHANGED: -- cgit v1.2.3