To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=108619 Issue #|108619 Summary|New visual style for mingw port Component|porting Version|DEV300m70 Platform|PC URL| OS/Version|Windows, all Status|UNCONFIRMED Status whiteboard| Keywords| Resolution| Issue type|PATCH Priority|P3 Subcomponent|code Assigned to|tono Reported by|tono
------- Additional comments from [email protected] Sun Jan 24 04:46:03 +0000 2010 ------- >From m70, new visual styles of Windows are started to be used in vcl/win/source/gdi/salnativewidgets-luna.cxx. They are defined in vsstyle32.h in Windows SDK. OOo source code is including tmscheme.h and the header in the SDK emits message saying tmscheme.h is obsolete and includes vsstyle32.h. MinGW's w32api has its ported tmscheme.h but it does not know about vsstyle32.h. When we include vsstyle32.h in OOo source, both MSVC build and mingw build will be OK. Additionally, a header uxtheme.h in mingw's w32api has some duplicate definitions with vsstyle32.h and they should be removed in mingw_heasders.patch. --------------------------------------------------------------------- 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]
