| www.delorie.com/archives/browse.cgi | search |
| Message-Id: | <199909090313.DAA95230@out5.ibm.net> |
| From: | "Mark E." <snowball3 AT bigfoot DOT com> |
| To: | djgpp-workers AT delorie DOT com |
| Date: | Wed, 8 Sep 1999 23:13:46 -0400 |
| MIME-Version: | 1.0 |
| 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/
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |