On Mon Feb 26 19:04:00 2024 +0000, Jeffrey Smith wrote:
Based on looking at the surrounding code...
- I believe the convention is to just use `struct` rather than `typedef struct`
- `GpEffect` seems more consistent here than `CGpEffect`.
- With (1), the typedef is handled in `gdiplusgpstubs.h`, so it's not needed here. - Nevermind on (2).