X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=tests%2Fc-test-fns.cl;h=8584b1a57d14d62c385c5e7bd51b599a4ad4cba8;hb=ab96e211bb083d1e1ea4edca83d4f6d47b41c84b;hp=a45dda9f23be766e78e84feb9616ec8a28fd700c;hpb=8d16d732a80b76c913f4b62b9fe043af39e5bce2;p=uffi.git diff --git a/tests/c-test-fns.cl b/tests/c-test-fns.cl index a45dda9..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.3 2002/03/31 23:05:07 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,11 +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" - #+freebsd "a" - :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"))