ntdll: Allow changes to DEP flags under Wow64.
Under Wow64, disabling no-exec (done at the bottom of alloc_module
) was failing.
Fixes crashes in games using older Steam DRM (where the EXE entry point is in a '.bind' section which is not marked executable)