summaryrefslogtreecommitdiff
path: root/source4/lib/dcom/common/dcom.h
diff options
context:
space:
mode:
Diffstat (limited to 'source4/lib/dcom/common/dcom.h')
-rw-r--r--source4/lib/dcom/common/dcom.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/source4/lib/dcom/common/dcom.h b/source4/lib/dcom/common/dcom.h
index d8e3797c73..0bc4a256f1 100644
--- a/source4/lib/dcom/common/dcom.h
+++ b/source4/lib/dcom/common/dcom.h
@@ -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;