summaryrefslogtreecommitdiff
path: root/cppunit/windows.patch
AgeCommit message (Collapse)AuthorFilesLines
2012-09-25update cppunit to 1.13.1Markus Mohrhard1-4/+4
Change-Id: I13a74ca921bb4b0766fab2123f46a97c90372a44
2012-06-29add windows patch backMarkus Mohrhard1-0/+48
Change-Id: Id30b06eb093e373da6eb328b5d22788f308ae4ff
2012-06-27update cppunit to 1.13.0Markus Mohrhard1-48/+0
Change-Id: If3896361c31a84b77e4c446dac75aeb9268605a0
2011-06-17Fix compilation error with MinGWTor Lillqvist1-0/+12
2011-02-11No need to include <windows.h> in TestPlugIn.hTor Lillqvist1-9/+15
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 Lillqvist1-2/+20
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. ↵sb1-0/+12
with com::sun::star::beans::PropertyAttribute::OPTIONAL)