On Fri Sep 8 05:51:05 2023 +0000, Rémi Bernon wrote:
I don't know what you mean with pointer conversion but you have a wow64 thunk already anyway, so just do the conversion here. I think the enum is just adding unnecessary abstraction and intermediate steps.
What I mean is: if we hold a pointer in `struct wg_container_format`, we'll need to convert the 32-bit `struct wg_container_format` to 64-bit in wow64 thunk. So I finnally decide to hold a char[8] in it instread of a char pointer, it's just like the codec data in `struct wg_format`.