Exported CALL32_Regs from ntdll, renamed to __wine_call_from_32_regs
authorAlexandre Julliard <julliard@winehq.org>
Tue, 11 Dec 2001 00:50:33 +0000 (00:50 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Tue, 11 Dec 2001 00:50:33 +0000 (00:50 +0000)
commiteb9a863116212a937b280531c727530a2318d77e
treeb0768759e0a97fba5349652dc81fffe4cc907249
parent7cd2dd79c64d14369da864b066129da50ed2c160
Exported CALL32_Regs from ntdll, renamed to __wine_call_from_32_regs
to follow the naming convention for this type of functions.
Split 16 and 32-bit relay functions into separate files, and moved the
32-bit ones to dlls/ntdll.
13 files changed:
dlls/ntdll/.cvsignore
dlls/ntdll/Makefile.in
dlls/ntdll/ntdll.spec
if1632/.cvsignore
if1632/Makefile.in
include/winnt.h
relay32/relay386.c
relay32/snoop.c
tools/winebuild/build.h
tools/winebuild/import.c
tools/winebuild/main.c
tools/winebuild/relay.c
tools/winebuild/spec32.c