From 1a6e6a2265719faed255a2483eb7c3ab03d30d08 Mon Sep 17 00:00:00 2001 From: Kirill Volinsky Date: Fri, 24 Jul 2015 10:08:42 +0000 Subject: ignore: common project git-svn-id: http://svn.miranda-ng.org/main/trunk@14670 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/IgnoreState/src/main.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'plugins/IgnoreState/src/main.cpp') diff --git a/plugins/IgnoreState/src/main.cpp b/plugins/IgnoreState/src/main.cpp index 353efadb94..89013018cc 100644 --- a/plugins/IgnoreState/src/main.cpp +++ b/plugins/IgnoreState/src/main.cpp @@ -18,7 +18,7 @@ */ -#include "commonheaders.h" +#include "stdafx.h" HINSTANCE g_hInst; @@ -74,7 +74,7 @@ extern "C" __declspec(dllexport) PLUGININFOEX* MirandaPluginInfoEx(DWORD) ///////////////////////////////////////////////////////////////////////////////////////// -inline BOOL checkState(int type) +BOOL checkState(int type) { return ((currentFilter >> (type - 1)) & 1); } -- cgit v1.2.3