mirror of
https://github.com/reactos/reactos.git
synced 2026-06-05 19:43:39 +08:00
[CMD] IF: Fix x64 warning C4267.
This commit is contained in:
@@ -113,7 +113,7 @@ INT ExecuteIf(PARSED_COMMAND *Cmd)
|
||||
else if (Cmd->If.Operator == IF_EXIST)
|
||||
{
|
||||
BOOL IsDir;
|
||||
INT Size;
|
||||
SIZE_T Size;
|
||||
WIN32_FIND_DATA f;
|
||||
HANDLE hFind;
|
||||
DWORD attrs;
|
||||
|
||||
Reference in New Issue
Block a user