mirror of
https://github.com/reactos/reactos.git
synced 2024-11-23 19:43:31 +08:00
[CMD] IF: Fix x64 warning C4267.
This commit is contained in:
parent
cb22d5f697
commit
e904471023
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user