Message-Id: <199909090313.DAA95230@out5.ibm.net> From: "Mark E." To: djgpp-workers AT delorie DOT com Date: Wed, 8 Sep 1999 23:13:46 -0400 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: Re: long command line patch v2 X-mailer: Pegasus Mail for Win32 (v3.12a) Reply-To: djgpp-workers AT delorie DOT com This patch is also needed: *** include/sys/system.h.orig Wed Sep 8 23:11:00 1999 --- include/sys/system.h Wed Sep 8 13:55:00 1999 *************** typedef struct { *** 39,44 **** --- 39,45 ---- unsigned object_format:4; /* What an object format */ # define _V2_OBJECT_FORMAT_UNKNOWN 0x00 # define _V2_OBJECT_FORMAT_COFF 0x01 + # define _V2_OBJECT_FORMAT_PE_COFF 0x02 unsigned exec_format:4; /* What an executable format */ # define _V2_EXEC_FORMAT_UNKNOWN 0x00 --- Mark Elbrecht, snowball3 AT bigfoot DOT com http://snowball.frogspace.net/