mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 12:23:25 +00:00
fix linux build
svn path=/trunk/; revision=28859
This commit is contained in:
@@ -201,7 +201,7 @@ namespace System_
|
||||
}
|
||||
}
|
||||
//---------------------------------------------------------------------------------------
|
||||
bool NamedPipeReader::readPipe(char * buffer, int bufferlength, long & read)
|
||||
bool NamedPipeReader::readPipe(char * buffer, int bufferlength, long & bytesread)
|
||||
{
|
||||
|
||||
#ifdef __LINUX__
|
||||
@@ -220,7 +220,7 @@ namespace System_
|
||||
return false;
|
||||
#endif
|
||||
|
||||
read = cbRead;
|
||||
bytesread = cbRead;
|
||||
return true;
|
||||
}
|
||||
//---------------------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user