mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-07 18:06:55 -06:00
17.00
This commit is contained in:
@@ -24,12 +24,12 @@ extern int Main2(
|
||||
#endif
|
||||
);
|
||||
|
||||
static const char *kException_CmdLine_Error_Message = "Command Line Error:";
|
||||
static const char *kExceptionErrorMessage = "ERROR:";
|
||||
static const char *kUserBreakMessage = "Break signaled";
|
||||
static const char *kMemoryExceptionMessage = "ERROR: Can't allocate required memory!";
|
||||
static const char *kUnknownExceptionMessage = "Unknown Error";
|
||||
static const char *kInternalExceptionMessage = "\n\nInternal Error #";
|
||||
static const char * const kException_CmdLine_Error_Message = "Command Line Error:";
|
||||
static const char * const kExceptionErrorMessage = "ERROR:";
|
||||
static const char * const kUserBreakMessage = "Break signaled";
|
||||
static const char * const kMemoryExceptionMessage = "ERROR: Can't allocate required memory!";
|
||||
static const char * const kUnknownExceptionMessage = "Unknown Error";
|
||||
static const char * const kInternalExceptionMessage = "\n\nInternal Error #";
|
||||
|
||||
static void FlushStreams()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user