summaryrefslogtreecommitdiff
path: root/worldtime/WorldTime.h
diff options
context:
space:
mode:
Diffstat (limited to 'worldtime/WorldTime.h')
-rw-r--r--worldtime/WorldTime.h17
1 files changed, 5 insertions, 12 deletions
diff --git a/worldtime/WorldTime.h b/worldtime/WorldTime.h
index 595f20f..1ab795c 100644
--- a/worldtime/WorldTime.h
+++ b/worldtime/WorldTime.h
@@ -17,21 +17,10 @@
#include "plugwin.h"
#include "timezone.h"
-//#include "../../include/newpluginapi.h"
#include <m_clui.h>
-#include <m_system.h>
#include <m_options.h>
-#include <m_protocols.h>
-#include <m_protomod.h>
-#include <m_protosvc.h>
-
-#include <m_updater.h>
-
-//#include "../../include/m_clist.h"
-//#include "../../include/m_skin.h"
-//#include "../../include/m_cluiframes.h"
-//#include "../../include/m_netlib.h"
+#include "m_updater.h"
extern HINSTANCE hInst;
extern PLUGINLINK *pluginLink;
@@ -41,4 +30,8 @@ extern "C" WORLDTIME_API PLUGININFO* MirandaPluginInfo(DWORD mirandaVersion);
extern "C" WORLDTIME_API int Load(PLUGINLINK *link);
extern "C" WORLDTIME_API int Unload(void);
+#ifndef MIID_WORLDTIME
+#define MIID_WORLDTIME {0x5e436914, 0x3258, 0x4dfa, { 0x8a, 0xd9, 0xf2, 0xcd, 0x26, 0x43, 0x6f, 0x1}}
+#endif
+
#endif \ No newline at end of file