Load ffimacro.bin in win32.sf, not ffimacro.
authorTaylor R Campbell <campbell@mumble.net>
Mon, 7 Oct 2013 20:36:55 +0000 (20:36 +0000)
committerTaylor R Campbell <campbell@mumble.net>
Mon, 7 Oct 2013 20:36:57 +0000 (20:36 +0000)
Avoids accidentally loading cross-compiled gobbledegook which the
toolchain barfs on.

src/win32/win32.sf

index 9face2bdae60046093fd0aa1058dbcdfc48e681c..f418356aa41282f5f55483cbb68cc271e63e8175 100644 (file)
@@ -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")