summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--source4/librpc/idl/dcom.idl4
-rw-r--r--source4/librpc/idl/orpc.idl4
2 files changed, 3 insertions, 5 deletions
diff --git a/source4/librpc/idl/dcom.idl b/source4/librpc/idl/dcom.idl
index 2a67007029..0c4293212f 100644
--- a/source4/librpc/idl/dcom.idl
+++ b/source4/librpc/idl/dcom.idl
@@ -2,11 +2,9 @@
/**
DCOM interfaces
- http://www.grimes.demon.co.uk/DCOM/DCOMSpec.htm
+ http://www.ietf.org/internet-drafts/draft-brown-dcom-v1-spec-04.txt
*/
-#define OLESTR unistr
-
[
uuid("18f70770-8e64-11cf-9af1-0020af6e72f4"),
pointer_default(unique),
diff --git a/source4/librpc/idl/orpc.idl b/source4/librpc/idl/orpc.idl
index 377f71b34f..24879bbe17 100644
--- a/source4/librpc/idl/orpc.idl
+++ b/source4/librpc/idl/orpc.idl
@@ -2,7 +2,7 @@
/**
DCOM interfaces
- http://www.grimes.demon.co.uk/DCOM/DCOMSpec.htm
+ http://www.ietf.org/internet-drafts/draft-brown-dcom-v1-spec-04.txt
*/
[
@@ -207,7 +207,7 @@ interface ObjectRpcBaseTypes
COM_OUTOFMEMORY = 0x80000002,
COM_INVALIDARG = 0x80000003,
COM_NOINTERFACE = 0x80000004,
- COM_ACCESSDENIED = 0x80000005,
+ COM_ACCESSDENIED = 0x80070005,
COM_INVALID_OXID = 0x80070776,
COM_INVALID_OID = 0x80070777,
COM_INVALID_SET = 0x80070778,