mirror of
https://github.com/reactos/reactos.git
synced 2026-09-13 13:18:33 +08:00
Forgot to change this one as well
svn path=/trunk/; revision=32620
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user