diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2008-09-16 02:27:33 +0200 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2008-09-16 02:27:33 +0200 |
commit | c212a65b65ba0100ceb9c4fa48c1f44dc0c804f5 (patch) | |
tree | e0277c440075c1830b30d7ae98fe0238cdae6a24 /source4/librpc/idl | |
parent | 7e239a15b316deb83cbdcb79e392f6aefe289114 (diff) | |
download | samba-c212a65b65ba0100ceb9c4fa48c1f44dc0c804f5.tar.gz samba-c212a65b65ba0100ceb9c4fa48c1f44dc0c804f5.tar.bz2 samba-c212a65b65ba0100ceb9c4fa48c1f44dc0c804f5.zip |
More changes getting WMI code to compile, import manual marshalling.
Diffstat (limited to 'source4/librpc/idl')
-rw-r--r-- | source4/librpc/idl/dcom.idl | 2 | ||||
-rw-r--r-- | source4/librpc/idl/wmi.idl | 4 |
2 files changed, 5 insertions, 1 deletions
diff --git a/source4/librpc/idl/dcom.idl b/source4/librpc/idl/dcom.idl index 64e1c1850b..977c7ed86a 100644 --- a/source4/librpc/idl/dcom.idl +++ b/source4/librpc/idl/dcom.idl @@ -3,6 +3,8 @@ http://www.ietf.org/internet-drafts/draft-brown-dcom-v1-spec-04.txt */ +import "misc.idl"; + [ uuid("18f70770-8e64-11cf-9af1-0020af6e72f4"), pointer_default(unique), diff --git a/source4/librpc/idl/wmi.idl b/source4/librpc/idl/wmi.idl index fe16e5e8ef..e3e98ba83d 100644 --- a/source4/librpc/idl/wmi.idl +++ b/source4/librpc/idl/wmi.idl @@ -5,8 +5,10 @@ #include "idl_types.h" import "dcom.idl"; +import "misc.idl"; [ + helper("librpc/ndr/ndr_wmi.h"), uuid("8BC3F05E-D86B-11d0-A075-00C04FB68820") ] coclass WbemLevel1Login { @@ -424,7 +426,7 @@ interface IWbemClassObject : IUnknown } WbemClassProperty; - typedef [public,nopush,nopull,noprint,flag(NDR_NOALIGN)] struct + typedef [public,nopush,nopull,flag(NDR_NOALIGN)] struct { uint8 u_0; [relative, null_is_ffffffff,charset(UTF16)] uint16 *__CLASS; |