ntdll: New implementation of relay thunks.
commit5dc6d959526bc4854361c240408edc7a7075e81c
authorAlexandre Julliard <julliard@winehq.org>
Sun, 18 Dec 2005 09:45:01 +0000 (18 10:45 +0100)
committerAlexandre Julliard <julliard@winehq.org>
Sun, 18 Dec 2005 09:45:01 +0000 (18 10:45 +0100)
tree5036b36f32d0eab27d8ed6c0abd81851748abec0
parentefffa663308a9c2338dd1ed577fd40414e982f10
ntdll: New implementation of relay thunks.
New implementation of relay thunks that doesn't require modifying code
on the fly, so that the thunks can be put in the text section.
Some performance improvements.
dlls/ntdll/loader.c
dlls/ntdll/ntdll_misc.h
dlls/ntdll/relay.c
tools/winebuild/build.h
tools/winebuild/import.c
tools/winebuild/spec32.c
tools/winebuild/utils.c