This is an automated email from the ASF dual-hosted git repository.
jimjag pushed a change to branch AOO42X
in repository https://gitbox.apache.org/repos/asf/openoffice.git
from 0c620f18d9 Revert changes to menu button
new 1a61f9a5d8 Change the return type of Get10ThSec() to clock_t, so it
works regardless of the size of the integer type.
new c902fb22cb In ImplPreparePolyDraw(), nCurrPoints and nCurrPoint should
be sal_uInt32, just like pPoints points to, which they are assigned from or
related to. Commit 30f18d3fb8fe7eacd8ee5f353bc7c60bfbf18ac5 didn't fix all the
uses of the pointer size change it made.
new d24f51a2dd Add "version" as a library on Windows, and link to it so we
can find functions like VerQueryValueW() on Win64.
new a1206e9491 vcl/basic/sfx2/unixODBC: Win64 (x64) source fixes
new 6aa83eaaa4 wParam is already a UINT_PTR, an integer type, so no need
to cast it.
new c72d3ad509 Only build the StarBasic "DLL manager" on x86 Win32,
instead of any Windows system that isn't AMD64. It only supports x86 Win32 and
never supported anything else; there were discussions on bugs 112064 and 126277
about other platforms, but development never got completed and merged.
The 6 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
main/basic/source/runtime/dllmgr.cxx | 6 +++++-
main/sfx2/source/bastyp/progress.cxx | 2 +-
main/sfx2/source/view/sfxbasecontroller.cxx | 6 +++---
main/solenv/gbuild/platform/windows.mk | 1 +
main/unixODBC/inc/sqltypes.h | 1 +
main/vcl/Library_vcl.mk | 1 +
main/vcl/inc/win/wincomp.hxx | 14 +++++++-------
main/vcl/source/window/scrwnd.cxx | 2 +-
main/vcl/win/source/gdi/salgdi.cxx | 8 ++++----
main/vcl/win/source/window/salframe.cxx | 4 ++--
10 files changed, 26 insertions(+), 19 deletions(-)