Subject:
[ruby-ffi] default to :stdcall on windows?
From:
rogerdpack
Date:
6/11/10 11:16 AM
To:
ruby-ffi

I'm not sure if this is necessary, but I recently saw a bug report
that, for one user, the fact that they weren't using stdcall for their
method declarations was causing a memory leak.  Maybe it should
default to stdcall on windows since that's what dll's default to,
isn't it?

Thoughts? Or maybe I'm repeating myself here.
Thanks!
-rp