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 /attache/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 'attache/common.h')
-rw-r--r-- | attache/common.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/attache/common.h b/attache/common.h index d3b2d91..c2250a0 100644 --- a/attache/common.h +++ b/attache/common.h @@ -29,4 +29,8 @@ extern DWORD mirandaVersion; #define DEFAULT_DUMP_PATH "\\Attache\\dumps"
+#ifndef MIID_ATTACHE
+#define MIID_ATTACHE {0x21c8ec80, 0x46d8, 0x4ca9, { 0x94, 0xb, 0xaa, 0xe0, 0x8f, 0xb2, 0x52, 0xba}}
+#endif
+
#endif
|