Files
harbour-core/harbour/contrib/hbzlib/zipbaseexception.h
2002-01-26 00:35:47 +00:00

6 lines
137 B
C++

#ifndef __ZIPBASEEXCEPTION_H__
#define __ZIPBASEEXCEPTION_H__
typedef std::exception CZipBaseException;
#endif //__ZIPBASEEXCEPTION_H__