mirror of
https://github.com/reactos/reactos.git
synced 2025-07-31 19:21:38 +00:00
[CMD] Simplify GetRootPath() and mark its InPath parameter pointer to const string.
This commit is contained in:
parent
f43ee81573
commit
47d7de4b7b
2 changed files with 9 additions and 7 deletions
|
@ -269,7 +269,12 @@ INT CommandMemory (LPTSTR);
|
|||
INT cmd_mklink(LPTSTR);
|
||||
|
||||
/* Prototypes for MISC.C */
|
||||
INT GetRootPath(TCHAR *InPath,TCHAR *OutPath,INT size);
|
||||
INT
|
||||
GetRootPath(
|
||||
IN LPCTSTR InPath,
|
||||
OUT LPTSTR OutPath,
|
||||
IN INT size);
|
||||
|
||||
BOOL SetRootPath(TCHAR *oldpath,TCHAR *InPath);
|
||||
TCHAR cgetchar (VOID);
|
||||
BOOL CheckCtrlBreak (INT);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue