在 2024-09-20 14:23, Biswapriyo Nath 写道:
I can not figure out an issue. If I include functiondiscoverykeys.h in
uuid.c then the symbols from functiondiscoverykeys_devpkey.h are not
present in libuuid.a. But in [PATCH 1/2] I have already included
functiondiscoverykeys_devpkey.h in functiondiscoverykeys.h.

That's easy. You can try adding random text around `PKEY_Device_DeviceDesc` in your local installed header. Then, whether it causes any compiler errors indicates whether the exact part of the header is compiled.

The issue was that 'functiondiscoverykeys_devpkey.h' misused the same include guard as 'functiondiscoverykeys.h', so its contents were skipped. I have pushed a fix for it.

The other patch looks good to me. I have pushed it to master now.



--
Best regards,
LIU Hao

Attachment: OpenPGP_signature.asc
Description: OpenPGP digital signature

_______________________________________________
Mingw-w64-public mailing list
Mingw-w64-public@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mingw-w64-public

Reply via email to