X-Git-Url: http://git.kpe.io/?p=uffi.git;a=blobdiff_plain;f=src%2Flibraries.lisp;h=cb6b168e53b0a0b9d9c10790213708b3696a79be;hp=dbf9dd9ef82c4a1662c2ba2dceefa49e7b95cf25;hb=eb39da2ec2671e34b72702ace3ca31ed7076b47b;hpb=042f48cf5bfac1823816425d17472b362798e4fe diff --git a/src/libraries.lisp b/src/libraries.lisp index dbf9dd9..cb6b168 100644 --- a/src/libraries.lisp +++ b/src/libraries.lisp @@ -86,8 +86,8 @@ library type if type is not specified." (setq filename (namestring (if (null (pathname-directory filename)) filename ;; lispworks treats as UNC, so use truename - #+(and lispworks win32 mswindows) (truename filename) - #-(and lispworks win32 mswindows) filename)))) + #+(and lispworks win32) (truename filename) + #-(and lispworks win32) filename)))) (if (and (not force-load) (find filename *loaded-libraries* :test #'string-equal))