From de73e397f86c578ee514816ca1a312689a89686f Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Tue, 11 Jan 2000 22:32:37 +0000 Subject: [PATCH] Added a comment about Win32. --- CHANGES | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGES b/CHANGES index dbd759d421..aa62657c18 100644 --- a/CHANGES +++ b/CHANGES @@ -174,10 +174,10 @@ deallocation routines to be used by OpenSSL, for example memory pool implementations, or something else, which was previously hard since Malloc(), Realloc() and Free() were defined as macros having - the values malloc, realloc and free, respectively. Also, The same - is provided for memory debugging code. OpenSSL already comes with - functionality to find memory leaks, but this gives people a chance - to debug other memory problems. + the values malloc, realloc and free, respectively (except for Win32 + compilations). The same is provided for memory debugging code. + OpenSSL already comes with functionality to find memory leaks, but + this gives people a chance to debug other memory problems. With these changes, a new set of functions and macros have appeared: -- GitLab