Extend use of the linkage table to static symbols
[sbcl.git] / src / code / run-program.lisp
index fee0dd7..fe56813 100644 (file)
 (setf (documentation 'process-pid 'function) "The pid of the child process.")
 
 #+win32
-(define-alien-routine ("GetExitCodeProcess@8" get-exit-code-process)
+(define-alien-routine ("GetExitCodeProcess" get-exit-code-process)
     int
   (handle unsigned) (exit-code unsigned :out))