Reini Urban rurban@x-ray.at writes:
BTW: I have this win32 improvement for slime-clisp.lisp
#+win32 (defmethod getpid () (or (and (find-package "WIN32") (WIN32:|GetCurrentProcessId|)) (system::getenv "PID") -1))
I posted this on 9/23/04 but it didn't make it through. Now I got reminded.
Thanks! I've added this to the CVS version.
Helmut.