[slime-devel] [Fix] Slime-1.2.1-Clisp-2.34-Win32 (XP)

26 Jul
2005
26 Jul
'05
1:01 p.m.
This is a small fix I made to swank-clisp.lisp. 92c92 < (funcall (find-symbol "gETcURRENTpROCESSiD" :win32))) ---
(funcall (find-symbol "GetCurrentProcessId" :win32)))
Don't ask me why the case of symbols in the Win32 package is reversed... I mainly work with the Cygwin version of Clisp, but the native Win32 is 30% faster on one of my project. Laurent.

26 Jul
26 Jul
1:18 p.m.
New subject: [slime-devel] Re: [Fix] Slime-1.2.1-Clisp-2.34-Win32 (XP)
"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?
7207
Age (days ago)
7207
Last active (days ago)
1 comments
2 participants
participants (2)
-
Luke Gorrie
-
VAUCHER Laurent