r5034: - added a type mapping function in pidl, so the type names in our IDL
[kai/samba-autobuild/.git] / source4 / rpc_server / dcom / oxidresolver.c
index a3f65b62e5629fee1770323d3440c2424d1e06db..1880d6f8dcf555df43d865ca06849ddf69a6866e 100644 (file)
@@ -31,7 +31,7 @@ struct OXIDObject
 
 struct PingSet
 {
-       HYPER_T id;
+       uint64_t id;
        struct OXIDObject *objects;
        struct PingSet *prev, *next;
 };