mirror of
https://github.com/reactos/reactos.git
synced 2025-08-02 13:45:56 +00:00
[TOOLS] Fix/suppress all MSVC/x64 warnings (#1525)
This commit is contained in:
parent
0aed8b09a4
commit
f47f45dbdd
29 changed files with 140 additions and 37 deletions
|
@ -582,7 +582,7 @@ InfpGetStringField(PINFCONTEXT Context,
|
|||
0);
|
||||
|
||||
if (RequiredSize != NULL)
|
||||
*RequiredSize = Size + 1;
|
||||
*RequiredSize = (ULONG)Size + 1;
|
||||
|
||||
if (ReturnBuffer != NULL)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue