summaryrefslogtreecommitdiffstats
path: root/private/dcomidl/dce.idl
diff options
context:
space:
mode:
Diffstat (limited to 'private/dcomidl/dce.idl')
-rw-r--r--private/dcomidl/dce.idl17
1 files changed, 17 insertions, 0 deletions
diff --git a/private/dcomidl/dce.idl b/private/dcomidl/dce.idl
new file mode 100644
index 000000000..c95353ea7
--- /dev/null
+++ b/private/dcomidl/dce.idl
@@ -0,0 +1,17 @@
+[
+ uuid(06ba4670-5275-101b-bbcc-00aa0021347a)
+]
+interface DceBaseTypes
+{
+#pragma midl_echo("#ifndef uuid_t")
+
+ typedef struct tag_uuid_t
+ {
+ unsigned long Data1;
+ unsigned short Data2;
+ unsigned short Data3;
+ unsigned char Data4[8];
+ } uuid_t;
+
+#pragma midl_echo("#endif // uuid_t")
+}