r10621:
[uffi.git] / src / libraries.lisp
index dbf9dd9ef82c4a1662c2ba2dceefa49e7b95cf25..cb6b168e53b0a0b9d9c10790213708b3696a79be 100644 (file)
@@ -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))