summaryrefslogtreecommitdiff
path: root/plugins/LotusNotify/src/LotusNotify.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/LotusNotify/src/LotusNotify.h')
-rw-r--r--plugins/LotusNotify/src/LotusNotify.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/plugins/LotusNotify/src/LotusNotify.h b/plugins/LotusNotify/src/LotusNotify.h
index b9b3f60a1a..89b2ff6762 100644
--- a/plugins/LotusNotify/src/LotusNotify.h
+++ b/plugins/LotusNotify/src/LotusNotify.h
@@ -15,12 +15,8 @@ struct POPUPSQUEUE
struct POPUPSQUEUE *next;
};
-#if !defined(MIID_LOTUSNOTIFY)
- #define MIID_LOTUSNOTIFY {0x127faa08, 0x54d0, 0x4f99, { 0x8a, 0x50, 0x6b, 0x5f, 0xd8, 0x92, 0x42, 0xec } }
-#endif
-// {127FAA08-54D0-4f99-8A50-6B5FD89242EC}
+// structure contines only LN msg id to send to popup
-//structure contines only LN msg id to send to popup
typedef struct {
DWORD id;
char strNote[4*16];