diff options
| author | Baptiste Lepilleur <gaiacrtn@free.fr> | 2005-07-05 20:17:41 +0000 |
|---|---|---|
| committer | Baptiste Lepilleur <gaiacrtn@free.fr> | 2005-07-05 20:17:41 +0000 |
| commit | 89a9cb09246597740711e4d7388cf2314109ea70 (patch) | |
| tree | a81bcff632c66f51d6aa6f8a472912beef668786 /src/cppunit/DllMain.cpp | |
| parent | df5f25870ead25e99a0aa55f5183e00e47475867 (diff) | |
| download | cppunit-89a9cb09246597740711e4d7388cf2314109ea70.tar.gz | |
Fixed memory leak occuring when calling reset().
* include/cppunit/TestResultCollector.h
* src/cppunit/TestResultCollector.cpp: fixed memory leak
occuring when calling reset().
* src/cppunit/DllMain.cpp: added work-around for mingw compilation
for BLENDFUNCTION macro issue when including windows.h.
* src/qttestrunner/TestRunnerDlgImpl.cpp: fixed display of multiline
messages.
* include/cppunit/Portability.h: better integration of compiler output
for gcc on Mac OS X with Xcode (contributed by Claus Broch).
Diffstat (limited to 'src/cppunit/DllMain.cpp')
| -rw-r--r-- | src/cppunit/DllMain.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cppunit/DllMain.cpp b/src/cppunit/DllMain.cpp index 97d1497..51fe31e 100644 --- a/src/cppunit/DllMain.cpp +++ b/src/cppunit/DllMain.cpp @@ -3,6 +3,7 @@ #define NOUSER #define NOKERNEL #define NOSOUND +#define BLENDFUNCTION void // for mingw & gcc #include <windows.h> |
