Reserve space for the PE header at the start of the .so file.
commit246c360631401889e48e0dfe87b17b3ce4d55c55
authorAlexandre Julliard <julliard@winehq.org>
Wed, 10 May 2000 03:48:00 +0000 (10 03:48 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Wed, 10 May 2000 03:48:00 +0000 (10 03:48 +0000)
treea4a5616e01f40cb82ad10a13bbc9b5edc4bc9a15
parenta1b2fc2a80cc1e389e3a248bd67559b7ca9b6ce9
Reserve space for the PE header at the start of the .so file.
Store the export table inside the data section so that sections can be
properly aligned.
Build the relay function table directly in the .spec.c file.
Moved relay debugging functions to relay386.c.
include/builtin32.h
include/winnt.h
misc/main.c
relay32/builtin32.c
relay32/relay386.c
tools/build.c