diff options
author | sje <sje@4f64403b-2f21-0410-a795-97e2b3489a10> | 2007-03-19 01:28:47 +0000 |
---|---|---|
committer | sje <sje@4f64403b-2f21-0410-a795-97e2b3489a10> | 2007-03-19 01:28:47 +0000 |
commit | 9c6ffd1f25e7a5b23be5fbc719e29af54d75a5b7 (patch) | |
tree | 2608eb1931d906e80790e2e22df4285dc83c8a10 /updater/common.h | |
parent | a788cc5902dda036c81b6e0ee25b742cf62d3a1b (diff) |
added GUID's
git-svn-id: https://server.scottellis.com.au/svn/mim_plugs@128 4f64403b-2f21-0410-a795-97e2b3489a10
Diffstat (limited to 'updater/common.h')
-rw-r--r-- | updater/common.h | 6 |
1 files changed, 5 insertions, 1 deletions
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<int, STDStringList > 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
|