From cf0855b36f260ea19c96e43e99f94988f81dcf12 Mon Sep 17 00:00:00 2001 From: Goraf <22941576+Goraf@users.noreply.github.com> Date: Mon, 25 Sep 2017 13:51:41 +0200 Subject: AsSingleWindow: make it working (#941) * AsSingleWindow: remove interfaces to be able to load plugin * AsSingleWindow: fix saving options * AsSingleWindow: remove unnecessary handles * AsSingleWindow: code cleaning * AsSingleWindow: move plugin info to separate version.h --- plugins/AsSingleWindow/src/stdafx.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'plugins/AsSingleWindow/src/stdafx.h') diff --git a/plugins/AsSingleWindow/src/stdafx.h b/plugins/AsSingleWindow/src/stdafx.h index a7e42fdf90..8b24b19292 100644 --- a/plugins/AsSingleWindow/src/stdafx.h +++ b/plugins/AsSingleWindow/src/stdafx.h @@ -2,7 +2,6 @@ #define WIN32_LEAN_AND_MEAN -// Файлы заголовков Windows: #include #include #include @@ -11,7 +10,6 @@ #include #include -// Miranda headers #include "newpluginapi.h" #include "m_system.h" #include "m_langpack.h" @@ -22,5 +20,3 @@ //#include "m_clui.h" #include "m_options.h" //#include "m_plugins.h" - -// end of file \ No newline at end of file -- cgit v1.2.3