On Mon Jan 23 16:44:21 2023 +0000, Jinoh Kang wrote:
I left the COBJMACROS define out because the test may need it earlier.
IMHO a redefinition won't hurt, since C permits redefinition of a macro with the same definition.
It may also need to include initguid.h earlier or not at all, to avoid
linker errors when another file already includes it. Right, the test might import the GUID symbols via another source.
A redefinition won't hurt, but I do think it's more clear to have an explicit define at the top level.