diff options
author | sje <sje@4f64403b-2f21-0410-a795-97e2b3489a10> | 2007-05-22 14:21:10 +0000 |
---|---|---|
committer | sje <sje@4f64403b-2f21-0410-a795-97e2b3489a10> | 2007-05-22 14:21:10 +0000 |
commit | ce7ed8b5d95e707528bc44b2b0276559e4d21910 (patch) | |
tree | 17acc1f32ec2b00a9c69c66b55bd4a23a6b8136c /shhhonidle/common.h | |
parent | 7bede2ef18542596b094c5e5ac2a97afbec30f82 (diff) |
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
Diffstat (limited to 'shhhonidle/common.h')
-rw-r--r-- | shhhonidle/common.h | 23 |
1 files changed, 12 insertions, 11 deletions
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 <windows.h>
+#include <prsht.h>
#include <stdio.h>
#include "resource.h"
-
#include <newpluginapi.h>
-#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 <m_system.h>
+#include <m_langpack.h>
+#include <m_options.h>
+#include <m_idle.h>
+#include <m_skin.h>
+#include <m_database.h>
+#include <m_clist.h>
+
+#include <m_popup.h>
-#include "../include/m_popup.h"
+#include <m_alarms.h>
-#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
|