diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2015-07-24 10:08:42 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2015-07-24 10:08:42 +0000 |
commit | 1a6e6a2265719faed255a2483eb7c3ab03d30d08 (patch) | |
tree | 1cc02891b5d7b89b0774b166f5632b8f1de68774 /plugins/IgnoreState/src/main.cpp | |
parent | 7895cc6fe02c577394578d0d45cbcf20cbdfc80b (diff) |
ignore: common project
git-svn-id: http://svn.miranda-ng.org/main/trunk@14670 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/IgnoreState/src/main.cpp')
-rw-r--r-- | plugins/IgnoreState/src/main.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
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);
}
|