[Bug 46892] redefinition of typedef ‘UUID’

wine-bugs at winehq.org wine-bugs at winehq.org
Sat Mar 23 21:56:56 CDT 2019


https://bugs.winehq.org/show_bug.cgi?id=46892

Zhiyi Zhang <zzhang at codeweavers.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |zzhang at codeweavers.com
    Regression SHA1|                            |948d39c52905c6927d67b5eefae
                   |                            |b4a8fab537db1

--- Comment #5 from Zhiyi Zhang <zzhang at codeweavers.com> ---
Confirmed. 

My bad. It's introduced by 948d39c52905c6927d67b5eefaeb4a8fab537db1. On
Windows, rpcde.h doesn't even exist, so without UUID_DEFINED macro, as in
original headers is fine. However on wine we need to take care of that because
"wine/svcctl.h" will eventually include a rpcde.h to redefine GUID to UUID .
Newer version of gcc seems able to handle this.

https://source.winehq.org/patches/data/161497 shoud fix this.

-- 
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.



More information about the wine-bugs mailing list