mirror of
https://github.com/reactos/reactos.git
synced 2025-07-30 15:31:43 +00:00
Forgot to change this one as well
svn path=/trunk/; revision=32620
This commit is contained in:
parent
6b6e759d1c
commit
8083445324
1 changed files with 1 additions and 1 deletions
|
@ -246,7 +246,7 @@ __inline int gettimeofday(struct timeval *tv, struct timezone *tz)
|
|||
struct sigaction OsSupport::s_sact;
|
||||
|
||||
|
||||
OsSupport::ProcessID OsSupport::createProcess(char *procname, int procargsnum, char **procargs, bool bWait)
|
||||
OsSupport::ProcessID OsSupport::createProcess(const char *procname, int procargsnum, const char **procargs, bool bWait)
|
||||
{
|
||||
ProcessID pid;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue