summaryrefslogtreecommitdiff
path: root/cppunit/windows.patch
AgeCommit message (Collapse)Author
2012-09-25update cppunit to 1.13.1Markus Mohrhard
Change-Id: I13a74ca921bb4b0766fab2123f46a97c90372a44
2012-06-29add windows patch backMarkus Mohrhard
Change-Id: Id30b06eb093e373da6eb328b5d22788f308ae4ff
2012-06-27update cppunit to 1.13.0Markus Mohrhard
Change-Id: If3896361c31a84b77e4c446dac75aeb9268605a0
2011-06-17Fix compilation error with MinGWTor Lillqvist
2011-02-11No need to include <windows.h> in TestPlugIn.hTor 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-08Drop the unnecessary DllMain from CPPUNIT_PLUGIN_IMPLEMENT_MAIN()Tor Lillqvist
It caused compilation errors even thanks to our workarounds for BOOL clashes.
2010-01-11sb118: work around problem that <windows.h> defines OPTIONAL (clashing e.g. ↵sb
with com::sun::star::beans::PropertyAttribute::OPTIONAL)