mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 10:04:49 +00:00
msvc6 warning fix
svn path=/trunk/; revision=17959
This commit is contained in:
parent
48bf871025
commit
d25cb331be
1 changed files with 1 additions and 1 deletions
|
@ -240,7 +240,7 @@ DirReadParam(LPTSTR Line, /* [IN] The line with the parameters & switches */
|
||||||
BOOL bPNegative; /* Negative switch parameter */
|
BOOL bPNegative; /* Negative switch parameter */
|
||||||
BOOL bIntoQuotes; /* A flag showing if we are in quotes (") */
|
BOOL bIntoQuotes; /* A flag showing if we are in quotes (") */
|
||||||
LPTSTR ptrLast; /* A pointer to the last character of param */
|
LPTSTR ptrLast; /* A pointer to the last character of param */
|
||||||
INT t = 0;
|
UINT t = 0;
|
||||||
|
|
||||||
|
|
||||||
/* Initialize variables; */
|
/* Initialize variables; */
|
||||||
|
|
Loading…
Reference in a new issue