diff options
-rw-r--r-- | share/txr/stdlib/doc-lookup.tl | 2 |
1 files changed, 1 insertions, 1 deletions
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)) |