mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 10:04:49 +00:00
4e55236662
It was implemented in psmgr.c but in a recursive way. That implementation is replaced, in the NameToOrdinal() helper, by the better non-recursive one found in the MiLocateExportName() and MiFindExportedRoutineByName() functions. This NameToOrdinal() helper is then called in lieu of the duplicated code in MiLocateExportName() and MiFindExportedRoutineByName(). In addition, one block of code in MiSnapThunk() is simplified in a similar manner. |
||
---|---|---|
.. | ||
amd64 | ||
arm | ||
i386 | ||
apphelp.c | ||
debug.c | ||
job.c | ||
kill.c | ||
process.c | ||
psmgr.c | ||
psnotify.c | ||
query.c | ||
quota.c | ||
security.c | ||
state.c | ||
thread.c | ||
win32.c |