Re: darcs patch: automagically support stdcall calling convention when ...

14 Jun
2010
14 Jun
'10
10:21 a.m.
On Mon, 2010-06-14 at 04:07 -0500, Jonathan Rockway wrote:
1 patch for repository http://code.haskell.org/c2hs:
Mon Jun 14 03:58:17 CDT 2010 Jonathan Rockway
* automagically support stdcall calling convention when the header file specifies it
That's great. I've got a follow-on patch, perhaps you could review it? I believe that one can specify attributes after a C function declaration: void foo() __attribute__((__stdcall__)); as well as before with the syntax void __attribute__((__stdcall__)) foo(); This patch looks at the attributes in both positions. Duncan
5454
Age (days ago)
5454
Last active (days ago)
0 comments
1 participants
participants (1)
-
Duncan Coutts