From 9c6ffd1f25e7a5b23be5fbc719e29af54d75a5b7 Mon Sep 17 00:00:00 2001 From: sje Date: Mon, 19 Mar 2007 01:28:47 +0000 Subject: added GUID's git-svn-id: https://server.scottellis.com.au/svn/mim_plugs@128 4f64403b-2f21-0410-a795-97e2b3489a10 --- updater/common.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'updater/common.h') diff --git a/updater/common.h b/updater/common.h index 3672961..2e63f31 100644 --- a/updater/common.h +++ b/updater/common.h @@ -162,7 +162,7 @@ typedef std::map FilenameMap; extern HINSTANCE hInst; extern PLUGINLINK *pluginLink; -extern PLUGININFO pluginInfo; +extern PLUGININFOEX pluginInfo; extern bool is_idle; @@ -181,6 +181,10 @@ static int __inline NLog(char *msg) { // maximum number of redirects when getting xml data or download files via HTTP #define MAX_REDIRECT_RECURSE 4 +#ifndef MIID_UPDATER +#define MIID_UPDATER {0x4a47b19b, 0xde5a, 0x4436, { 0xab, 0x4b, 0xe1, 0xf3, 0xa0, 0x22, 0x5d, 0xe7}} +#endif + #endif -- cgit v1.2.3