Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-09-25 | update cppunit to 1.13.1 | Markus Mohrhard | |
Change-Id: I13a74ca921bb4b0766fab2123f46a97c90372a44 | |||
2012-06-29 | add windows patch back | Markus Mohrhard | |
Change-Id: Id30b06eb093e373da6eb328b5d22788f308ae4ff | |||
2012-06-27 | update cppunit to 1.13.0 | Markus Mohrhard | |
Change-Id: If3896361c31a84b77e4c446dac75aeb9268605a0 | |||
2011-06-17 | Fix compilation error with MinGW | Tor Lillqvist | |
2011-02-11 | No need to include <windows.h> in TestPlugIn.h | Tor Lillqvist | |
We don't define any dummy DllMain() any more so no need to include <windows.h>. That was necessary just to get the types used by the DllMain() prototype. | |||
2011-02-08 | Drop the unnecessary DllMain from CPPUNIT_PLUGIN_IMPLEMENT_MAIN() | Tor Lillqvist | |
It caused compilation errors even thanks to our workarounds for BOOL clashes. | |||
2010-01-11 | sb118: work around problem that <windows.h> defines OPTIONAL (clashing e.g. ↵ | sb | |
with com::sun::star::beans::PropertyAttribute::OPTIONAL) |