stsp fix usage of THUNK_16_32x extension
4e00ecf Jan 14, 2021
fix usage of THUNK_16_32x extension
It should be enabled per-client.
It should be disabled before calling to 16bit code, because that
16bit code can actually be the DPMI server's entry. In that case
it will see the 32bit caller and will perform the 32bit access.
So if we work on behalf of 16bit client, we need to disable that
extension before calling out.
4e00ecf