misc/libphysfs/lzma/CPP/Common/NewHandler.h
author Wuzzy <Wuzzy2@mail.ru>
Mon, 03 Sep 2018 01:09:14 +0200
changeset 13752 52959f686082
parent 12218 bb5522e88ab2
permissions -rw-r--r--
Don't start retreat time if hog has lost control in the meantime

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