diff options
| author | Baptiste Lepilleur <gaiacrtn@free.fr> | 2004-06-17 17:08:17 +0000 |
|---|---|---|
| committer | Baptiste Lepilleur <gaiacrtn@free.fr> | 2004-06-17 17:08:17 +0000 |
| commit | 5615ce97bd9c465f6ae0d5ca0641ec5d7f0c5457 (patch) | |
| tree | 09b00fd6c5a3fba23c2dd0bdac96297e7982ff6e /include/cppunit/plugin/TestPlugIn.h | |
| parent | 3217c0e4adaaade5dfa18000fdce28c1a901390a (diff) | |
| download | cppunit-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.h | 1 |
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() \ |
