mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-10 16:07:09 -06:00
9 lines
118 B
C++
Executable File
9 lines
118 B
C++
Executable File
// Common/NewHandler.h
|
|
|
|
#ifndef __COMMON_NEWHANDLER_H
|
|
#define __COMMON_NEWHANDLER_H
|
|
|
|
class CNewException {};
|
|
|
|
#endif
|