mirror of
https://github.com/reactos/reactos.git
synced 2026-06-01 17:00:51 +08:00
[FORMAT] Usage(): Remove redundant LoadFMIFSEntryPoints() call (#8072)
`wmain()` already handles this. Addendum to commit 9cea0fddde (r24253).
CORE-20218
This commit is contained in:
@@ -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))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user