mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-11 10:07:11 -06:00
4.20
This commit is contained in:
committed by
Kornel Lesiński
parent
8c1b5c7b7e
commit
3c510ba80b
@@ -1,18 +1,8 @@
|
||||
// Common/Exception.h
|
||||
|
||||
// #pragma once
|
||||
|
||||
#ifndef __COMMON_EXCEPTION_H
|
||||
#define __COMMON_EXCEPTION_H
|
||||
|
||||
/*
|
||||
struct CCException
|
||||
{
|
||||
CCException() {}
|
||||
virtual ~CCException() {}
|
||||
};
|
||||
*/
|
||||
|
||||
struct CSystemException
|
||||
{
|
||||
DWORD ErrorCode;
|
||||
@@ -21,4 +11,3 @@ struct CSystemException
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user