X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;ds=inline;f=tests%2Fc-test-fns.cl;h=8584b1a57d14d62c385c5e7bd51b599a4ad4cba8;hb=47f88e60899603d0ae74d3ff28cac9852067e3d4;hp=45f144dfb3fec093773ba1c274a762f28c851ead;hpb=c55832db4eb5a0535762f291674b3b26d288ad17;p=uffi.git diff --git a/tests/c-test-fns.cl b/tests/c-test-fns.cl index 45f144d..8584b1a 100644 --- a/tests/c-test-fns.cl +++ b/tests/c-test-fns.cl @@ -7,7 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Mar 2002 ;;;; -;;;; $Id: c-test-fns.cl,v 1.2 2002/03/21 09:54:34 kevin Exp $ +;;;; $Id: c-test-fns.cl,v 1.4 2002/04/01 04:40:08 kevin Exp $ ;;;; ;;;; This file, part of UFFI, is Copyright (c) 2002 by Kevin M. Rosenberg ;;;; @@ -19,9 +19,7 @@ (in-package :cl-user) (unless (uffi:load-foreign-library - (make-pathname :name "c-test-fns" - :type #+(or linux unix)"so" #+(or win32 mswindows) "dll" - :defaults *load-truename*) + (uffi:find-foreign-library "c-test-fns" *load-truename*) :supporting-libraries '("c") :force-load t) (warn "Unable to load c-test-fns library"))