Jeffrey Smith (@whydoubt) commented about dlls/gdiplus/tests/pathiterator.c:
GpPath *path; GpPathIterator *iter; GpStatus stat;
- INT start, end, result;
- BOOL closed;
- INT start, end, result, closed;
I would leave the type as BOOL, to make it match the 4th parameter of GdipPathIterNextSubpath. But since it is implemented as an integer (as opposed to an actual boolean that only accepts true/false), it can contain any value that an INT can, so the tests should still be fine.