To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=53572





------- Additional comments from [EMAIL PROTECTED] Sun Sep 24 07:35:27 -0700 
2006 -------
> 4) setup_native/source/win32/customactions/reg4msdoc/registryw9x.cxx
> #if defined(_MSC_VER) && (_MSC_VER < 1300)
> will be replaced by
> #if !defined(__MINGW32__) && (_MSC_VER < 1300)

As far as I know VS2002 is not supported anymore, at least it's impossible to
build a current OOo with it, so I consider all _MSC_VER < 1300 places as cruft
(unless needed by MinGW). _MSC_VER for VS2003 is 13xx and for VS2005 it's 14xx.
What's it for MinGW gcc ?

---------------------------------------------------------------------
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]

Reply via email to