在 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
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.
_
在 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 +++
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