Print this page
1575 untangle libmlrpc from SMB server
Reviewed by: Matt Barden <matt.barden@nexenta.com>
Reviewed by: Evan Layton <evan.layton@nexenta.com>
Reviewed by: Toomas Soome <tsoome@me.com>
Approved by: Richard Lowe <richlowe@richlowe.net>
@@ -19,10 +19,12 @@
* CDDL HEADER END
*/
/*
* Copyright 2010 Sun Microsystems, Inc. All rights reserved.
* Use is subject to license terms.
+ *
+ * Copyright 2013 Nexenta Systems, Inc. All rights reserved.
*/
#ifndef _MLSVC_WINREG_NDL_
#define _MLSVC_WINREG_NDL_
@@ -41,11 +43,11 @@
* HKEY_DYN_DATA (HKDD) Runtime data for Windows 9x applications.
* HKEY_PERFORMANCE_TEXT (HKPT) Runtime performance information.
* HKEY_PERFORMANCE_NLS (HKPN) Runtime performance information.
*/
-#include "ndrtypes.ndl"
+#include <libmlrpc/ndrtypes.ndl>
/* Windows NT */
#define WINREG_OPNUM_OpenHKCR 0x00
#define WINREG_OPNUM_OpenHKCU 0x01
#define WINREG_OPNUM_OpenHKLM 0x02