summaryrefslogtreecommitdiff
path: root/xframes/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 /xframes/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 'xframes/common.h')
-rw-r--r--xframes/common.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/xframes/common.h b/xframes/common.h
index 73b2ef0..b598660 100644
--- a/xframes/common.h
+++ b/xframes/common.h
@@ -51,4 +51,8 @@ extern HANDLE mainThread;
extern int code_page;
+#ifndef MIID_XFRAMES
+#define MIID_XFRAMES {0xd3155cb0, 0xd8d, 0x4e12, { 0x80, 0x24, 0xc8, 0xb6, 0xb8, 0x2e, 0x8b, 0x91}}
+#endif
+
#endif