Commit c0fcba79 authored by Alexandre Julliard's avatar Alexandre Julliard

rpcrt4: Avoid potential redefinition of uuid_t.

parent baf3f5d6
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment