mirror of
https://github.com/reactos/reactos.git
synced 2025-02-20 15:35:04 +00:00
- fix warning
svn path=/trunk/; revision=28588
This commit is contained in:
parent
c48c7cff18
commit
2c932d0e3a
1 changed files with 1 additions and 1 deletions
|
@ -105,7 +105,7 @@ TCHAR cgetchar (VOID)
|
|||
*/
|
||||
VOID GetPathCase( TCHAR * Path, TCHAR * OutPath)
|
||||
{
|
||||
INT i = 0;
|
||||
UINT i = 0;
|
||||
TCHAR TempPath[MAX_PATH];
|
||||
WIN32_FIND_DATA FindFileData;
|
||||
HANDLE hFind;
|
||||
|
|
Loading…
Reference in a new issue