r5034: - added a type mapping function in pidl, so the type names in our IDL
[kai/samba-autobuild/.git] / source4 / lib / dcom / common / dcom.h
index d8e3797c73f99941575790623848463079fc8034..0bc4a256f1f61c4b5a7d32fc528fed65c18973c4 100644 (file)
@@ -34,12 +34,12 @@ struct dcom_context
                struct dcom_object_exporter *prev, *next;
                struct STRINGARRAY resolver_address;
                struct DUALSTRINGARRAY bindings;
-               HYPER_T oxid;
+               uint64_t oxid;
                struct dcerpc_pipe *pipe;
                struct dcom_object
                {
                        struct dcom_object *prev, *next;
-                       HYPER_T oid;
+                       uint64_t oid;
                        void *private_data;
                } *objects;
        } *oxids;