Hi Sam,
On Woe32, modules/syscalls/calls.c uses LockFileEx(). But the MSDN
documentation of this function (google for LockFileEx, then the second hit)
says (under Requirements / Client) that this function doesn't exist on
Windows 95/98/ME.
Since syscalls is a BASE_MODULE, this means that clisp will not run any more
on Windows 95/98/ME.
Can you please rewrite that piece of code to use LockFile() instead of
LockFileEx()?
Bruno
|