diff options
Diffstat (limited to 'alarms/common.h')
-rw-r--r-- | alarms/common.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/alarms/common.h b/alarms/common.h index 4ae5fce..95199d4 100644 --- a/alarms/common.h +++ b/alarms/common.h @@ -68,5 +68,8 @@ typedef struct ALARM_tag { DWORD trigger_id;
} ALARM;
+#ifndef MIID_ALARMS
+#define MIID_ALARMS {0x60ebaad1, 0x8d95, 0x4966, { 0x8b, 0xe3, 0xb1, 0xed, 0xaf, 0xa2, 0x11, 0xab}}
+#endif
#endif
|