summaryrefslogtreecommitdiff
path: root/updater/common.h
diff options
context:
space:
mode:
Diffstat (limited to 'updater/common.h')
-rw-r--r--updater/common.h6
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