diff options
author | Andrew Tridgell <tridge@samba.org> | 2009-09-30 14:33:14 +1000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2009-09-30 14:44:59 +1000 |
commit | 0d241b0b312503ea5871bd5068c3bf0c657938ac (patch) | |
tree | 38832cb25cc0c3714411b069c26318f34e485a1f /librpc | |
parent | 9af9dbeaf3344fc488c474ea7410ac425c2a4b4e (diff) | |
download | samba-0d241b0b312503ea5871bd5068c3bf0c657938ac.tar.gz |
idl: ntsvcs.idl depends on misc.idl, not winreg.idl
The winreg_Type definition comes from misc.idl
Diffstat (limited to 'librpc')
-rw-r--r-- | librpc/idl/ntsvcs.idl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/librpc/idl/ntsvcs.idl b/librpc/idl/ntsvcs.idl index b1a3b78c344..91a85b96b93 100644 --- a/librpc/idl/ntsvcs.idl +++ b/librpc/idl/ntsvcs.idl @@ -2,7 +2,7 @@ plug and play services */ -import "winreg.idl"; +import "misc.idl"; [ uuid("8d9f4e40-a03d-11ce-8f69-08003e30051b"), |