From 5615ce97bd9c465f6ae0d5ca0641ec5d7f0c5457 Mon Sep 17 00:00:00 2001 From: Baptiste Lepilleur Date: Thu, 17 Jun 2004 17:08:17 +0000 Subject: 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. --- include/cppunit/plugin/TestPlugIn.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/cppunit/plugin/TestPlugIn.h') 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 #endif #define CPPUNIT_PLUGIN_IMPLEMENT_MAIN() \ -- cgit v1.2.1