diff options
author | sje <sje@4f64403b-2f21-0410-a795-97e2b3489a10> | 2007-03-19 01:28:47 +0000 |
---|---|---|
committer | sje <sje@4f64403b-2f21-0410-a795-97e2b3489a10> | 2007-03-19 01:28:47 +0000 |
commit | 9c6ffd1f25e7a5b23be5fbc719e29af54d75a5b7 (patch) | |
tree | 2608eb1931d906e80790e2e22df4285dc83c8a10 /message_notify/common.h | |
parent | a788cc5902dda036c81b6e0ee25b742cf62d3a1b (diff) |
added GUID's
git-svn-id: https://server.scottellis.com.au/svn/mim_plugs@128 4f64403b-2f21-0410-a795-97e2b3489a10
Diffstat (limited to 'message_notify/common.h')
-rw-r--r-- | message_notify/common.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/message_notify/common.h b/message_notify/common.h index 1accfe7..d21adf4 100644 --- a/message_notify/common.h +++ b/message_notify/common.h @@ -40,6 +40,9 @@ extern HANDLE popupWindowList; void StartFocusTimer();
void StopFocusTimer();
+#ifndef MIID_MESSAGENOTIFY
+#define MIID_MESSAGENOTIFY {0x9b2eb930, 0xbcff, 0x4cbf, { 0x8f, 0x2d, 0xf7, 0xca, 0x8b, 0x8f, 0x17, 0xfd}}
+#endif
//#endif
|