To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=100127
User tono changed the following:
What |Old value |New value
================================================================================
CC|'hdu,mba,mh,mst,sb,thb' |'hdu,mba,mh,mst,sb,thb,ton
| |o'
--------------------------------------------------------------------------------
------- Additional comments from [email protected] Mon Aug 31 10:18:06 +0000
2009 -------
@fs: The local definition of min/max macros have been removed from
canvas/source/directx/dx_winstuff.hxx but mingw port requires using declaration
to use min/max templates in stl.
I would appreciate it if you can include the following modification in the cws.
Index: /cygdrive/d/OOo/Local/ooo_dev300_cws_boost134/canvas/source/directx/dx_wi
nstuff.hxx
===================================================================
---
/cygdrive/d/OOo/Local/ooo_dev300_cws_boost134/canvas/source/directx/dx_winstuff
.hxx (revision 275558)
+++ /cygdrive/d/OOo/Local/ooo_dev300_cws_boost134/canvas/source/directx/dx_winst
uff.hxx (working copy)
@@ -97,6 +97,11 @@
#undef DrawText
+#ifdef __MINGW32__
+using ::std::max;
+using ::std::min;
+#endif
+
#include <gdiplus.h>
#ifdef min
---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]