mirror of
https://github.com/reactos/reactos.git
synced 2025-07-30 17:51:50 +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
|
@ -61,7 +61,8 @@ INT
|
|||
main(INT argc,
|
||||
PCHAR* argv)
|
||||
{
|
||||
ULONG i, ErrorCode, FailureCode;
|
||||
int i;
|
||||
ULONG ErrorCode, FailureCode;
|
||||
CHAR Option;
|
||||
PCHAR OpenFlags;
|
||||
CHAR BuildOptions[16] = {0};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue