mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-06 19:14:56 -06:00
4.59 beta
This commit is contained in:
committed by
Kornel Lesiński
parent
3901bf0ab8
commit
173c07e166
@@ -11,9 +11,9 @@
|
||||
#ifndef DEBUG_MEMORY_LEAK
|
||||
|
||||
#ifdef _WIN32
|
||||
void *
|
||||
void *
|
||||
#ifdef _MSC_VER
|
||||
__cdecl
|
||||
__cdecl
|
||||
#endif
|
||||
operator new(size_t size)
|
||||
{
|
||||
@@ -24,9 +24,9 @@ operator new(size_t size)
|
||||
return p;
|
||||
}
|
||||
|
||||
void
|
||||
void
|
||||
#ifdef _MSC_VER
|
||||
__cdecl
|
||||
__cdecl
|
||||
#endif
|
||||
operator delete(void *p) throw()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user