From 1e42cacf6a8643bd633f631c212d71760852abbc Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Thu, 27 Jan 2005 06:33:07 +0000 Subject: r5036: changed HYPER_T to the more standard "hyper" (This used to be commit 1d1a9c11ee681540ef8a1029409bb24fc26f976c) --- source4/librpc/idl/remact.idl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/librpc/idl/remact.idl') diff --git a/source4/librpc/idl/remact.idl b/source4/librpc/idl/remact.idl index d73f6c5125..4aeb0015ce 100644 --- a/source4/librpc/idl/remact.idl +++ b/source4/librpc/idl/remact.idl @@ -39,7 +39,7 @@ interface IRemoteActivation [in, unique,size_is(Interfaces)] GUID *pIIDs, [in] uint16 num_protseqs, [in, size_is(num_protseqs)] uint16 protseq[], - [out] HYPER_T pOxid, + [out] hyper pOxid, [out] DUALSTRINGARRAY *pdsaOxidBindings, [out] GUID ipidRemUnknown, [out] uint32 AuthnHint, -- cgit