On 2017/5/1 21:27, Tomay wrote:
> The following UUIDs are defined in both *uuid.c* and *extra-uuid.c* source
> files, whitch leads to linking errors with duplicate symbols when using
> *libuuid.a*
>
In my opinion it is practically incorrect, but you shouldn't get linker 
errors because the macro `INITGUID` is defined in both files hence each 
GUID definition is marked with the `selectany` attribute (see definition 
of the macro `DEFINE_GUID` in [guiddef.h]).

-- 
Best regards,
LH_Mouse


------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Mingw-w64-public mailing list
Mingw-w64-public@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mingw-w64-public

Reply via email to