0.9.13.36: global policy / null-lexenv confusion fix
[sbcl.git] / src / code / run-program.lisp
index 5b6c87c..e4eb5ae 100644 (file)
   `(without-interrupts
     (sb-thread:with-mutex (*active-processes-lock*)
       ,@body))
+  #+win32
   `(progn ,@body))
 
 (defstruct (process (:copier nil))