4 Oct 2011 16:52
Re: [c2hs] #17: c2hs assumes ccall when it should automagically support stdcall for ffi imports
c2hs <cvs-ghc <at> haskell.org>
2011-10-04 14:52:25 GMT
2011-10-04 14:52:25 GMT
#17: c2hs assumes ccall when it should automagically support stdcall for ffi
imports
--------------------+-------------------------------------------------------
Reporter: guest | Type: defect
Status: closed | Priority: normal
Milestone: | Component: general
Version: 0.15.1 | Resolution: fixed
Keywords: |
--------------------+-------------------------------------------------------
Changes (by duncan):
* status: new => closed
* resolution: => fixed
Comment:
Applied, will be in version 0.16.4
{{{
Mon Jun 14 15:12:13 BST 2010 Duncan Coutts <duncan <at> haskell.org>
* Consider trailing stdcall attributes
For example: void foo() __attribute__((stdcall));
As well as: void __attribute__((stdcall)) foo();
Allow the stdcall as well as __stdcall__ attribute keyword,
all such gnu C attribute keywords exist in both forms.
Mon Jun 14 09:58:17 BST 2010 Jonathan Rockway <jon <at> jrock.us>
* automagically support stdcall calling convention when the header file
specifies it
}}}
(Continue reading)
RSS Feed