On Dec 18, 2007 4:56 AM, Simon Marlow <[EMAIL PROTECTED]> wrote:
> stdcall is the correct calling convention for SleepEx, and it should work
> with all versions of GHC.  Older versions of GHC used -fvia-C by default,
> which had the effect of hiding the fact that the calling convention was
> wrong, -fasm is less forgiving.
>
> Summary: just change it to stdcall.

Thanks!

David
_______________________________________________
darcs-devel mailing list
darcs-devel@darcs.net
http://lists.osuosl.org/mailman/listinfo/darcs-devel

Reply via email to