summaryrefslogtreecommitdiff
path: root/source4/librpc/idl/wmi.idl
diff options
context:
space:
mode:
Diffstat (limited to 'source4/librpc/idl/wmi.idl')
-rw-r--r--source4/librpc/idl/wmi.idl4
1 files changed, 3 insertions, 1 deletions
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;