From ed63896a29e77ea5d3aa0d9f4b5341d3149c2d0a Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Wed, 2 Jun 2021 07:54:41 -0700 Subject: bug: doc function not working in Windows port. * share/txr/stdlib/doc-lookup.tl (open-url): Handle :cygnal together with :cygwin. --- share/txr/stdlib/doc-lookup.tl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/txr/stdlib/doc-lookup.tl b/share/txr/stdlib/doc-lookup.tl index 5e206c32..f1d0d380 100644 --- a/share/txr/stdlib/doc-lookup.tl +++ b/share/txr/stdlib/doc-lookup.tl @@ -27,7 +27,7 @@ (list url))) t (error `~s: failed to open ~s` 'open-url url)))) - ((:cygwin) + ((:cygwin :cygnal) (with-dyn-lib "shell32.dll" (deffi shell-execute "ShellExecuteW" cptr (cptr wstr wstr wstr wstr int)) -- cgit v1.2.3