Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/kornelski/7z.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'CPP/Common/NewHandler.h')
-rwxr-xr-xCPP/Common/NewHandler.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/CPP/Common/NewHandler.h b/CPP/Common/NewHandler.h
index 0619fc69..215ba05f 100755
--- a/CPP/Common/NewHandler.h
+++ b/CPP/Common/NewHandler.h
@@ -6,11 +6,11 @@
class CNewException {};
#ifdef _WIN32
-void
+void
#ifdef _MSC_VER
-__cdecl
+__cdecl
#endif
operator delete(void *p) throw();
-#endif
+#endif
-#endif
+#endif