Module: wine Branch: refs/heads/master Commit: f9e245fe54667fd015790b70445ba4c6629d9dd9 URL: http://source.winehq.org/git/?p=wine.git;a=commit;h=f9e245fe54667fd015790b70...
Author: Robert Shearman rob@codeweavers.com Date: Fri Feb 3 18:45:59 2006 +0100
include: Add function declarations for the Range type.
---
include/rpcndr.h | 1 + 1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/include/rpcndr.h b/include/rpcndr.h index 87d5b51..eca899a 100644 --- a/include/rpcndr.h +++ b/include/rpcndr.h @@ -537,6 +537,7 @@ TYPE_MARSHAL(ByteCountPointer) TYPE_MARSHAL(XmitOrRepAs) TYPE_MARSHAL(UserMarshal) TYPE_MARSHAL(InterfacePointer) +TYPE_MARSHAL(Range)
SIMPLE_TYPE_MARSHAL(ConformantString) SIMPLE_TYPE_MARSHAL(NonConformantString)