On Fri May 16 11:14:01 2025 +0000, Rémi Bernon wrote:
I'm wondering if it's alright to use Win32 types in `widl`? Other unix-only programs seem to prefer using C builtin types instead (`unsigned int`, `size_t`, `bool` from `stdbool`, etc). I don't have a strong opinion but using Win32 types will more tightly couple the code with Wine/Win32 headers.
I don't know if there's such a requirement. Like winedump I included Windows headers to get the PE header definitions, but they could be redefined of course.