Files
megasource/libs/physfs-2.0.3/lzma/CPP/Common/NewHandler.h
T
2013-09-25 13:01:20 +02:00

17 lines
213 B
C++

// Common/NewHandler.h
#ifndef __COMMON_NEWHANDLER_H
#define __COMMON_NEWHANDLER_H
class CNewException {};
#ifdef _WIN32
void
#ifdef _MSC_VER
__cdecl
#endif
operator delete(void *p) throw();
#endif
#endif