From ce7ed8b5d95e707528bc44b2b0276559e4d21910 Mon Sep 17 00:00:00 2001 From: sje Date: Tue, 22 May 2007 14:21:10 +0000 Subject: made backward compatible added mingw project file fixed unused var warning git-svn-id: https://server.scottellis.com.au/svn/mim_plugs@181 4f64403b-2f21-0410-a795-97e2b3489a10 --- shhhonidle/common.h | 23 ++++++++++++----------- 1 file changed, 12 insertions(+), 11 deletions(-) (limited to 'shhhonidle/common.h') diff --git a/shhhonidle/common.h b/shhhonidle/common.h index 47e55bf..f96c5d4 100644 --- a/shhhonidle/common.h +++ b/shhhonidle/common.h @@ -4,26 +4,27 @@ #define MIRANDA_VER 0x0600 #include +#include #include #include "resource.h" - #include -#include "../include/m_system.h" -#include "../include/m_langpack.h" -#include "../include/m_options.h" -#include "../include/m_idle.h" -#include "../include/m_skin.h" -#include "../include/m_database.h" -#include "../include/m_clist.h" +#include +#include +#include +#include +#include +#include +#include + +#include -#include "../include/m_popup.h" +#include -#include "../alarms/m_alarms.h" extern HINSTANCE hInst; extern PLUGINLINK *pluginLink; #ifndef MIID_SHHHONIDLE #define MIID_SHHHONIDLE {0x778fc97f, 0x1d26, 0x427e, { 0x8a, 0x7, 0x10, 0x1a, 0xfb, 0x79, 0x6b, 0x46}} -#endif \ No newline at end of file +#endif -- cgit v1.2.3