Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-06-17 | Fix compilation error with MinGW | Tor Lillqvist | 1 | -0/+12 | |
2011-02-11 | No need to include <windows.h> in TestPlugIn.h | Tor Lillqvist | 1 | -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-08 | Drop the unnecessary DllMain from CPPUNIT_PLUGIN_IMPLEMENT_MAIN() | Tor Lillqvist | 1 | -2/+20 | |
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 | 1 | -0/+12 | |
with com::sun::star::beans::PropertyAttribute::OPTIONAL) |