summaryrefslogtreecommitdiff
path: root/include/cppunit/plugin/TestPlugIn.h
diff options
context:
space:
mode:
authorBaptiste Lepilleur <gaiacrtn@free.fr>2004-06-17 17:08:17 +0000
committerBaptiste Lepilleur <gaiacrtn@free.fr>2004-06-17 17:08:17 +0000
commit5615ce97bd9c465f6ae0d5ca0641ec5d7f0c5457 (patch)
tree09b00fd6c5a3fba23c2dd0bdac96297e7982ff6e /include/cppunit/plugin/TestPlugIn.h
parent3217c0e4adaaade5dfa18000fdce28c1a901390a (diff)
downloadcppunit-5615ce97bd9c465f6ae0d5ca0641ec5d7f0c5457.tar.gz
Include/cppunit/Portability.
include/cppunit/Portability.h: * include/cppunit/plugin/TestPlugIn.h: fixed report compilation issue with mingw & cygwin. WIN32 is now always defined if _WIN32 is defined. Bug #945737 & #930338.
Diffstat (limited to 'include/cppunit/plugin/TestPlugIn.h')
-rw-r--r--include/cppunit/plugin/TestPlugIn.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/cppunit/plugin/TestPlugIn.h b/include/cppunit/plugin/TestPlugIn.h
index 3a6f908..1214e12 100644
--- a/include/cppunit/plugin/TestPlugIn.h
+++ b/include/cppunit/plugin/TestPlugIn.h
@@ -145,6 +145,7 @@ typedef CppUnitTestPlugIn *(*TestPlugInSignature)();
#define NOKERNEL
#define NOSOUND
#define NOMINMAX
+#define BLENDFUNCTION void // for mingw & gcc
#include <windows.h>
#endif
#define CPPUNIT_PLUGIN_IMPLEMENT_MAIN() \