mirror of
https://github.com/reactos/reactos.git
synced 2025-07-31 11:02:16 +00:00
[FORMAT] Usage(): Remove redundant LoadFMIFSEntryPoints() call (#8072)
`wmain()` already handles this. Addendum to commit 9cea0fddde
(r24253).
CORE-20218
This commit is contained in:
parent
9fd4378def
commit
1395e7ecc4
1 changed files with 0 additions and 8 deletions
|
@ -323,14 +323,6 @@ static VOID Usage(LPWSTR ProgramName)
|
|||
|
||||
K32LoadStringW(GetModuleHandle(NULL), STRING_HELP, szMsg, ARRAYSIZE(szMsg));
|
||||
|
||||
#ifndef FMIFS_IMPORT_DLL
|
||||
if (!LoadFMIFSEntryPoints())
|
||||
{
|
||||
ConPrintf(StdOut, szMsg, ProgramName, L"");
|
||||
return;
|
||||
}
|
||||
#endif
|
||||
|
||||
szFormats[0] = 0;
|
||||
while (QueryAvailableFileSystemFormat(Index++, szFormatW, &dummy, &dummy, &latestVersion))
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue