mirror of
https://github.com/reactos/reactos.git
synced 2025-07-28 11:31:54 +00:00
[REACTOS] Fix a number of MSVC warnings
This commit is contained in:
parent
b1c6c91d1f
commit
5d8e834897
43 changed files with 175 additions and 86 deletions
|
@ -96,7 +96,7 @@
|
|||
* 30-Apr-2004 (Filip Navara <xnavara@volny.cz>)
|
||||
* Fixed problems when the screen was scrolled away.
|
||||
*
|
||||
* 28-September-2007 (Hervé Poussineau)
|
||||
* 28-September-2007 (Hervé Poussineau)
|
||||
* Added history possibilities to right key.
|
||||
*/
|
||||
|
||||
|
@ -142,7 +142,7 @@ BOOL ReadCommand(LPTSTR str, INT maxlen)
|
|||
SHORT orgy;
|
||||
SHORT curx; /*current x/y cursor position*/
|
||||
SHORT cury;
|
||||
SHORT tempscreen;
|
||||
SIZE_T tempscreen;
|
||||
INT count; /*used in some for loops*/
|
||||
INT current = 0; /*the position of the cursor in the string (str)*/
|
||||
INT charcount = 0;/*chars in the string (str)*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue