diff options
Diffstat (limited to 'source4/librpc/idl/winreg.idl')
-rw-r--r-- | source4/librpc/idl/winreg.idl | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/source4/librpc/idl/winreg.idl b/source4/librpc/idl/winreg.idl index 12a7877ec0..1ecb98d3b0 100644 --- a/source4/librpc/idl/winreg.idl +++ b/source4/librpc/idl/winreg.idl @@ -1,5 +1,3 @@ -#include "idl_types.h" - /* winreg interface definition */ @@ -95,7 +93,7 @@ typedef struct { uint32 length; KeySecurityData sd; - bool8 inherit; + boolean8 inherit; } winreg_SecBuf; typedef [v1_enum] enum { |