Message242754
| Author |
lemburg |
| Recipients |
Arfrever, Danya.Alexeyevsky, benjamin.peterson, berker.peksag, davin, koobs, larry, lemburg, pitrou |
| Date |
2015年05月08日.11:16:35 |
| SpamBayes Score |
-1.0 |
| Marked as misclassified |
Yes |
| Message-id |
<1431083795.62.0.423009685032.issue23042@psf.upfronthosting.co.za> |
| In-reply-to |
| Content |
Here's a patch which I have tested on Linux, FreeBSD and Mac OS X.
It solves the problem with compiling in Windows calls on non-Windows platforms and resynchronizes the ffi_raw_call() function with the ffi_call() implementation. Both functions had the same issue and the only difference between the two is the use of ffi_prep_args_raw instead of ffi_prep_args.
As with davin's patch, this would need to be tested on Windows. |
|