That's probably because FsRtlIsNameInExpression is not really used
that much in the 1st stage, but in the 2nd stage it's used to load
fonts (*.ttf from the media fonts, resulting in quite a few calls to
this FsRtl function).
WBR,
Aleksey.
On Sep 27, 2008, at 12:05 AM, pschweitzer(a)svn.reactos.org wrote:
Author: pschweitzer
Date: Fri Sep 26 14:50:39 2008
New Revision: 36539
URL:
http://svn.reactos.org/svn/reactos?rev=36539&view=rev
Log:
Get rid off recursive FsRtlIsNameInExpression once again.
Fix a typo in iterative function that fixes it properly. We now get
ReactOS up to 2nd stage with that fix. 2nd stage is broken...