]> gitweb.factorcode.org Git - factor.git/commit
Fix ffi-test library to work with Windows SDK. Turns out MINGW has a different ABI...
authorSlava Pestov <slava@factorcode.org>
Tue, 2 Feb 2010 10:01:12 +0000 (04:01 -0600)
committerSlava Pestov <slava@factorcode.org>
Tue, 2 Feb 2010 10:01:12 +0000 (04:01 -0600)
commitbf05a901c44792c144f7cfe6c66ce8acc31c4269
tree3e14b762a551406e2b9f4c76f0030f2de5db1e77
parent1ee05e38fb2328eb8453243958f3deef224d825b
Fix ffi-test library to work with Windows SDK. Turns out MINGW has a different ABI for struct returns than MS's compiler; make the MS ABI the default for cdecl on Windows, and add mingw ABI for libraries that use the MINGW ABI
Nmakefile
basis/compiler/codegen/codegen.factor [changed mode: 0644->0755]
basis/compiler/tests/alien.factor [changed mode: 0644->0755]
basis/cpu/x86/32/32.factor [changed mode: 0644->0755]
vm/ffi_test.c [changed mode: 0644->0755]
vm/ffi_test.h [changed mode: 0644->0755]