Use default option when defining libary. This will add the appropriate .dll end
for windows.
I would change code myself, but don't know how to submit changes.
(define-foreign-library glib
(:unix (:or "libglib-2.0.so.0" "libglib-2.0.so"))
(t (:default "libglib-2.0")))
---- Msg sent via WebMail