mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 20:03:12 +00:00
- fix typo and compilation under windows
svn path=/trunk/; revision=28610
This commit is contained in:
parent
082b2c7533
commit
8512542ef5
1 changed files with 2 additions and 2 deletions
|
@ -209,7 +209,7 @@ namespace Sysreg_
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
m_Src = _T("\\\\.\\pipe\\" + pipe;
|
m_Src = _T("\\\\.\\pipe\\") + pipe;
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
@ -221,7 +221,7 @@ namespace Sysreg_
|
||||||
#ifdef __LINUX__
|
#ifdef __LINUX__
|
||||||
m_Src = m_BootCmd;
|
m_Src = m_BootCmd;
|
||||||
#else
|
#else
|
||||||
cerr << "Error: sysreg doesnot support reading stdio" << endl;
|
cerr << "Error: sysreg does not support reading stdio" << endl;
|
||||||
return false;
|
return false;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue