libwine: Emulate MS linker stub for builtin dlls.

This commit is contained in:
Andrey Turkin 2007-10-08 21:42:16 +04:00 committed by Alexandre Julliard
parent 4c8e88df7e
commit fa0524a414

View file

@ -352,8 +352,8 @@ static void *map_dll( const IMAGE_NT_HEADERS *nt_descr )
/* Build the DOS and NT headers */
dos->e_magic = IMAGE_DOS_SIGNATURE;
dos->e_cblp = sizeof(*dos);
dos->e_cp = 1;
dos->e_cblp = 0x90;
dos->e_cp = 3;
dos->e_cparhdr = (sizeof(*dos)+0xf)/0x10;
dos->e_minalloc = 0;
dos->e_maxalloc = 0xffff;