ntdll: Only check for ATL thunk if allowed by execute option flags.
commit1c957ceb96efd6dbea58460af1561effa6c7c8ed
authorSebastian Lackner <sebastian@fds-team.de>
Fri, 10 Oct 2014 22:08:41 +0000 (11 00:08 +0200)
committerAlexandre Julliard <julliard@winehq.org>
Mon, 13 Oct 2014 09:31:26 +0000 (13 18:31 +0900)
tree686bffc62314d65387d8044e21068e64d33e5850
parente16996bb3d5d5f12d2a5524bb86a2503d61d44ee
ntdll: Only check for ATL thunk if allowed by execute option flags.

Checking for ATL thunks can be disabled by setting MEM_EXECUTE_OPTION_DISABLE_THUNK_EMULATION.
dlls/kernel32/tests/virtual.c
dlls/ntdll/signal_i386.c