From 6ccfdcb25f2bb3c7a4e39a055bb392c0d4bfa905 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Tue, 22 May 2018 16:10:40 +0300 Subject: m_langpack.h unbound from hLangpack --- plugins/BasicHistory/src/stdafx.h | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'plugins/BasicHistory') diff --git a/plugins/BasicHistory/src/stdafx.h b/plugins/BasicHistory/src/stdafx.h index 881e94fc82..f2e353cb67 100644 --- a/plugins/BasicHistory/src/stdafx.h +++ b/plugins/BasicHistory/src/stdafx.h @@ -58,6 +58,11 @@ #include "m_smileyadd.h" #include "m_metacontacts.h" +struct CMPlugin : public PLUGIN +{ + CMPlugin(); +}; + #include "../../libs/zlib/src/zconf.h" #include "../../libs/zlib/src/ioapi.h" #include "../../libs/zlib/src/zip.h" @@ -92,7 +97,3 @@ HICON LoadIconEx(int iconId, bool big = false); #define MODULENAME "BasicHistory" -struct CMPlugin : public PLUGIN -{ - CMPlugin(); -}; \ No newline at end of file -- cgit v1.2.3