misc/libphysfs/lzma/CPP/Common/NewHandler.h
branchui-scaling
changeset 15283 c4fd2813b127
parent 13390 0135e64c6c66
parent 15279 7ab5cf405686
child 15663 d92eeb468dad
equal deleted inserted replaced
13390:0135e64c6c66 15283:c4fd2813b127
     1 // Common/NewHandler.h
       
     2 
       
     3 #ifndef __COMMON_NEWHANDLER_H
       
     4 #define __COMMON_NEWHANDLER_H
       
     5 
       
     6 class CNewException {};
       
     7 
       
     8 #ifdef _WIN32
       
     9 void 
       
    10 #ifdef _MSC_VER
       
    11 __cdecl 
       
    12 #endif
       
    13 operator delete(void *p) throw();
       
    14 #endif 
       
    15 
       
    16 #endif