diff options
Diffstat (limited to 'other-licenses/7zstub/src/Common/NewHandler.h')
-rw-r--r-- | other-licenses/7zstub/src/Common/NewHandler.h | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/other-licenses/7zstub/src/Common/NewHandler.h b/other-licenses/7zstub/src/Common/NewHandler.h deleted file mode 100644 index 4c1727f82..000000000 --- a/other-licenses/7zstub/src/Common/NewHandler.h +++ /dev/null @@ -1,16 +0,0 @@ -// 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
|