other-licenses/7zstub/src/Common/NewHandler.h

branch
TOR_BUG_9701
changeset 14
925c144e1f1f
equal deleted inserted replaced
-1:000000000000 0:2470d625f492
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

mercurial