
26 Jul
2005
26 Jul
'05
1:18 p.m.
"VAUCHER Laurent" <VAUCHER@fermat.fr> writes:
This is a small fix I made to swank-clisp.lisp.
92c92 < (funcall (find-symbol "gETcURRENTpROCESSiD" :win32))) ---
(funcall (find-symbol "GetCurrentProcessId" :win32)))
is this different between cygwin and win32 versions? should we check for each in swank-clisp?