misc/libphysfs/lzma/CPP/Common/NewHandler.h
author unc0rr
Fri, 05 Oct 2018 21:41:56 +0200
changeset 13862 0ecf77e203c0
parent 12213 bb5522e88ab2
permissions -rw-r--r--
Fix pas2c build a bit more

// 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