From c0fcba798b8c722e52c53aac402191ac1e948e9a Mon Sep 17 00:00:00 2001 From: Alexandre Julliard Date: Thu, 8 Jun 2006 11:29:26 +0200 Subject: [PATCH] rpcrt4: Avoid potential redefinition of uuid_t. --- dlls/rpcrt4/epm_towers.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/dlls/rpcrt4/epm_towers.h b/dlls/rpcrt4/epm_towers.h index d50d698e326..7570cc2e846 100644 --- a/dlls/rpcrt4/epm_towers.h +++ b/dlls/rpcrt4/epm_towers.h @@ -51,13 +51,12 @@ typedef unsigned char u_int8; typedef unsigned short u_int16; typedef unsigned int u_int32; -typedef GUID uuid_t; typedef struct { u_int16 count_lhs; u_int8 protid; - uuid_t uuid; + GUID uuid; u_int16 major_version; u_int16 count_rhs; u_int16 minor_version;