Re: [Mingw-w64-public] [PATCH] crt: Add libopends60.a.

2021-05-21 Thread Liu Hao
在 2021-05-21 23:07, Mark Harmstone 写道: On 21/5/21 2:23 am, Liu Hao wrote: Did you forget the 32-bit DEF file? i686 symbols have specific decoration rules, therefore require distinct DEF files from those in 'lib-common'. It's not necessary - all the exports are cdecl rather than stdcall, so do

Re: [Mingw-w64-public] [PATCH] crt: Add libopends60.a.

2021-05-21 Thread Mark Harmstone
On 21/5/21 2:23 am, Liu Hao wrote: > Did you forget the 32-bit DEF file? i686 symbols have specific decoration > rules, therefore require distinct DEF files from those in 'lib-common'. It's not necessary - all the exports are cdecl rather than stdcall, so don't get @4 etc. added to the end. _

Re: [Mingw-w64-public] [PATCH] crt: Add libopends60.a.

2021-05-20 Thread Liu Hao
在 5/21/21 1:28 AM, Mark Harmstone 写道: This is the counterpart to srv.h, used to create extended stored procedures for MSSQL. Signed-off-by: Mark Harmstone --- mingw-w64-crt/lib32/Makefile.am | 1 + mingw-w64-crt/lib64/Makefile.am | 1 + mingw-w64-crt/lib64/opends60.def | 82 +++

[Mingw-w64-public] [PATCH] crt: Add libopends60.a.

2021-05-20 Thread Mark Harmstone
This is the counterpart to srv.h, used to create extended stored procedures for MSSQL. Signed-off-by: Mark Harmstone --- mingw-w64-crt/lib32/Makefile.am | 1 + mingw-w64-crt/lib64/Makefile.am | 1 + mingw-w64-crt/lib64/opends60.def | 82 ++ 6 files changed, 148 inser