summaryrefslogtreecommitdiff
path: root/worldtime/WorldTime.h
diff options
context:
space:
mode:
author(no author) <(no author)@4f64403b-2f21-0410-a795-97e2b3489a10>2010-04-05 05:44:52 +0000
committer(no author) <(no author)@4f64403b-2f21-0410-a795-97e2b3489a10>2010-04-05 05:44:52 +0000
commit9a8ea65ccec0256ecda95581edd69c8d91020867 (patch)
treea6614ace0f554686f44e11af80390a98977ce0bc /worldtime/WorldTime.h
parent70ee49c6aa80f3dd35078321fc4807fcd55353fc (diff)
Added x64 port
Converted to Unicode Reduced size git-svn-id: https://server.scottellis.com.au/svn/mim_plugs@494 4f64403b-2f21-0410-a795-97e2b3489a10
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