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 t...@openoffice.org 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: issues-unsubscr...@tools.openoffice.org For additional commands, e-mail: issues-h...@tools.openoffice.org --------------------------------------------------------------------- To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org For additional commands, e-mail: allbugs-h...@openoffice.org