X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=tests%2Fcallback.impure.lisp;h=34bb23f6a6b94c3cacc16f3910a354bd8927a6d7;hb=57d893458e9cb6fdc902d78f69fc3e4f362fe778;hp=068515ccd50d7967433a69324e22c81a13a17a64;hpb=48ce739de247d0613759bb676ca7e72e687e35b9;p=sbcl.git diff --git a/tests/callback.impure.lisp b/tests/callback.impure.lisp index 068515c..34bb23f 100644 --- a/tests/callback.impure.lisp +++ b/tests/callback.impure.lisp @@ -41,6 +41,8 @@ ;;; actually using a callback with foreign code +#+win32 (sb-alien:load-shared-object "ntdll.dll") + (define-alien-routine qsort void (base (* t)) (nmemb int)