summaryrefslogtreecommitdiff
path: root/alarms/common.h
diff options
context:
space:
mode:
authorsje <sje@4f64403b-2f21-0410-a795-97e2b3489a10>2007-03-19 01:28:47 +0000
committersje <sje@4f64403b-2f21-0410-a795-97e2b3489a10>2007-03-19 01:28:47 +0000
commit9c6ffd1f25e7a5b23be5fbc719e29af54d75a5b7 (patch)
tree2608eb1931d906e80790e2e22df4285dc83c8a10 /alarms/common.h
parenta788cc5902dda036c81b6e0ee25b742cf62d3a1b (diff)
added GUID's
git-svn-id: https://server.scottellis.com.au/svn/mim_plugs@128 4f64403b-2f21-0410-a795-97e2b3489a10
Diffstat (limited to 'alarms/common.h')
-rw-r--r--alarms/common.h3
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