From: Taylor R Campbell Date: Mon, 7 Oct 2013 20:36:55 +0000 (+0000) Subject: Load ffimacro.bin in win32.sf, not ffimacro. X-Git-Tag: release-9.2.0~79 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=c0a7a2d2556d9acbee9c8bca166588d475caa452;p=mit-scheme.git Load ffimacro.bin in win32.sf, not ffimacro. Avoids accidentally loading cross-compiled gobbledegook which the toolchain barfs on. --- diff --git a/src/win32/win32.sf b/src/win32/win32.sf index 9face2bda..f418356aa 100644 --- a/src/win32/win32.sf +++ b/src/win32/win32.sf @@ -34,7 +34,7 @@ USA. (fluid-let ((sf/default-syntax-table (->environment '(WIN32)))) (sf-conditionally "ffimacro") - (load "ffimacro" '(WIN32 FFI-MACRO)) + (load "ffimacro.bin" '(WIN32 FFI-MACRO)) (sf-conditionally "winuser") (sf-conditionally "wingdi")