Use SearchPath to test for existance of programs in lpCmdLine
commit38d7da8d52bdc0bf8da92a1651e35ab02eba45a9
authorGuy Albertelli <galberte@neo.lrun.com>
Sun, 6 Jun 1999 09:04:29 +0000 (6 09:04 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Sun, 6 Jun 1999 09:04:29 +0000 (6 09:04 +0000)
tree8fd00cbe00a0f6e0db7330e6f5ce93670175379f
parent3a170a1724c8cf8914fd4a2d0940a3c7adff3152
Use SearchPath to test for existance of programs in lpCmdLine
processing. For lpApplName do not append ".exe" and use
DOSFS_GetFullName to locate the program. Move module find process
after flag testing and provide quick exit if not found.
loader/module.c