s4:librpc: compile python bindings for dcerpc.idl
[sfrench/samba-autobuild/.git] / source4 / librpc / rpc / pyrpc.h
index 52f4f4d3d379b9b9b1000656970b89d6b267cc5e..290c9887bdd6fac818ff3204792564dfdfee4cbb 100644 (file)
@@ -56,4 +56,9 @@ union netr_LogonLevel *py_export_netr_LogonLevel(TALLOC_CTX *mem_ctx, int level,
 union netr_Validation;
 PyObject *py_import_netr_Validation(TALLOC_CTX *mem_ctx, int level, union netr_Validation *in);
 
+
+#ifndef NDR_DCERPC_REQUEST_OBJECT_PRESENT
+#define NDR_DCERPC_REQUEST_OBJECT_PRESENT LIBNDR_FLAG_OBJECT_PRESENT
+#endif /* NDR_DCERPC_REQUEST_OBJECT_PRESENT */
+
 #endif /* _PYRPC_H_ */