On Mo, 2008-08-18 at 09:00 -0700, Juan Lang wrote:
dlls/imagehlp/tests/Makefile.in | 13 + dlls/imagehlp/tests/main.c | 1222 +++++++++++++++++++++++++++++++++++++++ 2 files changed, 1235 insertions(+), 0 deletions(-)
+/* "Minimal" executable from compiling "int main(void) { return 0; }" */ +static const BYTE bin[] = {
The Patch is really large. TCC creates smaller Images: http://bellard.org/tcc/ (But I did not test your Patch with that binary)