X-Sybari-Trust: a282f74c 9ffcebbb 7a95d2f4 00000138 From: Martin Stromberg Message-Id: <200302202229.XAA06095@lws256.lu.erisoft.se> Subject: Re: _dxe_load patch To: djgpp-workers AT delorie DOT com Date: Thu, 20 Feb 2003 23:29:32 +0100 (MET) In-Reply-To: <03a401c2d8fa$4cbc2ee0$0600000a@broadpark.no> from "Gisle Vanem" at Feb 20, 2003 05:08:25 PM X-Mailer: ELM [version 2.5 PL3] MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Reply-To: djgpp-workers AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp-workers AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > Any reason why '_dxe_load()' shouldn't have "const char *" as argument? > -void *_dxe_load(char *name) > +void *_dxe_load(const char *name) Because it's an interface change of something that has been available for years (I think), perhaps? Right, MartinS