mirror of
https://github.com/reactos/reactos.git
synced 2025-07-03 13:11:26 +00:00
[CMD]
Fix MSVC / 64 bit warnings svn path=/trunk/; revision=56258
This commit is contained in:
parent
82c185ae72
commit
00b699d98b
12 changed files with 30 additions and 28 deletions
|
@ -281,7 +281,7 @@ MakeFullPath(TCHAR * DirPath)
|
|||
{
|
||||
TCHAR path[MAX_PATH];
|
||||
TCHAR *p = DirPath;
|
||||
INT n;
|
||||
INT_PTR n;
|
||||
|
||||
if (CreateDirectory(DirPath, NULL))
|
||||
return TRUE;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue