commit | 246c360631401889e48e0dfe87b17b3ce4d55c55 | [log] [tgz] |
---|---|---|
author | Alexandre Julliard <julliard@winehq.org> | Wed May 10 03:48:00 2000 +0000 |
committer | Alexandre Julliard <julliard@winehq.org> | Wed May 10 03:48:00 2000 +0000 |
tree | a4a5616e01f40cb82ad10a13bbc9b5edc4bc9a15 | |
parent | a1b2fc2a80cc1e389e3a248bd67559b7ca9b6ce9 [diff] |
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.