To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=108416
User cd changed the following:
What |Old value |New value
================================================================================
CC|'cd,obo,pl' |'cd,mav,obo,pl'
--------------------------------------------------------------------------------
------- Additional comments from [email protected] Mon Jan 18 14:57:37 +0000
2010 -------
cd: Set mav on CC.
cd->tono: I have two questions regarding your changes which look wrong from my
point of view. May be we can clarify if that's the case of not.
1. Why did you make the following changes?
vcl/win/source/window/MAKEFILE.MK
-.IF "$(COM)"=="GCC"
-CFLAGS += -D_WIN32_WINNT=0x0501
-.ELSE
-CFLAGS += -DWINVER=0x0400 -D_WIN32_WINNT=0x0501
-
-.ENDIF
+CDEFS +=-U_WIN32_WINNT=0x0501 -D_WIN32_WINNT=0x0501
According to MS documentation _WIN32_WINNT defines the minimal system
requirements. 0x501 means Windows XP but OOo 3.x uses Windows 2000 (0x0500) as
minimal system requirement.
2. Why did you add the following line?
+CDEFS+=-U_WIN32_WINNT -D_WIN32_WINNT=0x0600
fpicker/source/win32/filepicker/makefile.mk
According to MS documentation _WIN32_WINNT defines the minimal system
requirements. 0x600 means Vista but OOo 3.x uses Windows 2000 (0x0500) as
minimal system requirement.
---------------------------------------------------------------------
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]