diff options
Diffstat (limited to 'shhhonidle/common.h')
-rw-r--r-- | shhhonidle/common.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/shhhonidle/common.h b/shhhonidle/common.h index c74ec46..47e55bf 100644 --- a/shhhonidle/common.h +++ b/shhhonidle/common.h @@ -23,3 +23,7 @@ extern HINSTANCE hInst;
extern PLUGINLINK *pluginLink;
+
+#ifndef MIID_SHHHONIDLE
+#define MIID_SHHHONIDLE {0x778fc97f, 0x1d26, 0x427e, { 0x8a, 0x7, 0x10, 0x1a, 0xfb, 0x79, 0x6b, 0x46}}
+#endif
\ No newline at end of file |