To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=108416
------- Additional comments from [email protected] Fri Jan 22 13:12:10 +0000 2010 ------- There was an error in my fix for special case in vcl/win/source/window. +CDEFS +=-U_WIN32_WINNT=0x0501 -D_WIN32_WINNT=0x0501 It may work (At least gcc warns, I have not checked with Visual C++ yet.) but obviously the value after undefine switch is meaningless. It should be +CDEFS +=-U_WIN32_WINNT -D_WIN32_WINNT=0x0501 --------------------------------------------------------------------- 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]
