It would be nice to be able to disable the win16 support but If ReactOS ever was to have a dos/win31 vdm I would still need This support in the dlls right? Or does wowexec just translate The win16 calls to win32?
no, you need more than that a pure API mapping (some 16 bit API only exist as 16bit, or in some cases, the 32 bit equivalent as a different semantic (GlobalAlloc is an example).
so, if you really need the 16 bit support, I'll leave it as it is today
A+