Module: wine Branch: refs/heads/master Commit: c0fcba798b8c722e52c53aac402191ac1e948e9a URL: http://source.winehq.org/git/?p=wine.git;a=commit;h=c0fcba798b8c722e52c53aac...
Author: Alexandre Julliard julliard@winehq.org Date: Thu Jun 8 11:29:26 2006 +0200
rpcrt4: Avoid potential redefinition of uuid_t.
---
dlls/rpcrt4/epm_towers.h | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-)
diff --git a/dlls/rpcrt4/epm_towers.h b/dlls/rpcrt4/epm_towers.h index d50d698..7570cc2 100644 --- a/dlls/rpcrt4/epm_towers.h +++ b/dlls/rpcrt4/epm_towers.h @@ -51,13 +51,12 @@ #include <pshpack1.h> 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;