Skip to content
Snippets Groups Projects
Commit 8ef9b477 authored by Francois-Rene Rideau's avatar Francois-Rene Rideau
Browse files

Fix for run-program on allegro/windows

parent 35604163
No related branches found
No related tags found
No related merge requests found
......@@ -428,6 +428,7 @@ It returns a process-info plist with possible keys:
(%input (%normalize-io-specifier input :input))
(%output (%normalize-io-specifier output :output))
(%error-output (%normalize-io-specifier error-output :error-output))
#+(and allegro os-windows) (interactive (%interactivep input output error-output))
(process*
#+allegro
(multiple-value-list
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment