https://bugs.winehq.org/show_bug.cgi?id=46892
Zhiyi Zhang zzhang@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |zzhang@codeweavers.com Regression SHA1| |948d39c52905c6927d67b5eefae | |b4a8fab537db1
--- Comment #5 from Zhiyi Zhang zzhang@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.