From c0a7a2d2556d9acbee9c8bca166588d475caa452 Mon Sep 17 00:00:00 2001 From: Taylor R Campbell Date: Mon, 7 Oct 2013 20:36:55 +0000 Subject: [PATCH] Load ffimacro.bin in win32.sf, not ffimacro. Avoids accidentally loading cross-compiled gobbledegook which the toolchain barfs on. --- src/win32/win32.sf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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") -- 2.25.1