mirror of
https://github.com/aaru-dps/Aaru.Compression.Native.git
synced 2025-12-16 19:24:31 +00:00
Update to lzma 23.01.
This commit is contained in:
5
3rdparty/lzma/CPP/Common/StdInStream.cpp
vendored
5
3rdparty/lzma/CPP/Common/StdInStream.cpp
vendored
@@ -14,10 +14,12 @@
|
||||
// #define kReadErrorMessage "Error reading input stream"
|
||||
// #define kIllegalCharMessage "Illegal zero character in input stream"
|
||||
|
||||
#define kFileOpenMode TEXT("r")
|
||||
|
||||
CStdInStream g_StdIn(stdin);
|
||||
|
||||
/*
|
||||
#define kFileOpenMode TEXT("r")
|
||||
|
||||
bool CStdInStream::Open(LPCTSTR fileName) throw()
|
||||
{
|
||||
Close();
|
||||
@@ -39,6 +41,7 @@ bool CStdInStream::Close() throw()
|
||||
_streamIsOpen = (fclose(_stream) != 0);
|
||||
return !_streamIsOpen;
|
||||
}
|
||||
*/
|
||||
|
||||
bool CStdInStream::ScanAStringUntilNewLine(AString &s)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user