ntdll: Default to native loadorder for the main exe if not in system directory.
commitc6d9577017946c33f78db51f82af9e657d13d15d
authorAlexandre Julliard <julliard@winehq.org>
Tue, 15 Aug 2006 17:48:08 +0000 (15 19:48 +0200)
committerAlexandre Julliard <julliard@winehq.org>
Tue, 15 Aug 2006 17:48:08 +0000 (15 19:48 +0200)
treefa2ea3ed91e6f10774340c10eaced0085bf9d210
parentf2f44de6dc90c16db476254a33031b54a6295a7a
ntdll: Default to native loadorder for the main exe if not in system directory.

Unlike dlls, executables can have the same name without necessarily
being the same application, so defaulting to native is more likely to
do the right thing.
dlls/ntdll/loadorder.c