summaryrefslogtreecommitdiff
path: root/cppunit/windows.patch
AgeCommit message (Collapse)Author
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)