Patch of dlltool for enhanced dll-stub creation@rsl-sie.de

Mark Junker mark.junker@rsl-sie.de
Mon May 17 16:10:00 GMT 2004


Hi,

I created a patch for dlltool.c that allows all Win32-DLL users to use a 
DEF file with EXPORTS of the form

    external_name = internal_name

and the created archive contains an export with "external_name" but 
it'll call the DLL function "internal_name".

We needed this because we had to use a 3rd party DLL that contains 
__stdcall functions *without* the @n at the end of the names ...

Best regards,

Mark Junker
RSL SIE GmbH

-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: dlltool.patch
URL: <https://sourceware.org/pipermail/binutils/attachments/20040517/b10c5e9c/attachment.ksh>


More information about the Binutils mailing list