summaryrefslogtreecommitdiffstats
path: root/source/include/rpc_dce.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/include/rpc_dce.h')
-rw-r--r--source/include/rpc_dce.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/include/rpc_dce.h b/source/include/rpc_dce.h
index b4d350ee6fa..09e5f25da8c 100644
--- a/source/include/rpc_dce.h
+++ b/source/include/rpc_dce.h
@@ -126,7 +126,7 @@ enum schannel_direction {
/* RPC_IFACE */
typedef struct rpc_iface_info {
- struct uuid uuid; /* 16 bytes of rpc interface identification */
+ struct GUID uuid; /* 16 bytes of rpc interface identification */
uint32 version; /* the interface version number */
} RPC_IFACE;