mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-30 19:26:05 +00: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