mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-06 19:14:56 -06:00
23.01
This commit is contained in:
@@ -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