Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNikita Nemkin2019-06-14 15:39:25 +0000
committerNikita Nemkin2019-06-18 09:36:37 +0000
commiteebc5e7cbb549ba580cb7b91ce8443dde9c056dc (patch)
treeeb8d3e688a83c9d6cbb9e598213a5d3535d2e070 /bundles/org.eclipse.swt/Eclipse SWT PI/cocoa/org/eclipse
parent8ce998bbd9e65934115002ec95404c37f3156411 (diff)
downloadeclipse.platform.swt-eebc5e7cbb549ba580cb7b91ce8443dde9c056dc.tar.gz
eclipse.platform.swt-eebc5e7cbb549ba580cb7b91ce8443dde9c056dc.tar.xz
eclipse.platform.swt-eebc5e7cbb549ba580cb7b91ce8443dde9c056dc.zip
Bug 548277 - [Win32] Remove 32-bit code remnants
Small structures passed by value use different convention between x86 and x64 ABI on Windows. We only need to conform to 64-bit ABI now. In particular, IAccessible required custom callback wrappers to convert by-value VARIANT structures to pointers. Under x64 ABI by-value VARIANTS actually are passed as pointers. Change-Id: I12efeddc3298f92367fd2739fb11f6fa572b31dd Signed-off-by: Nikita Nemkin <nikita@nemkin.ru>
Diffstat (limited to 'bundles/org.eclipse.swt/Eclipse SWT PI/cocoa/org/eclipse')
0 files changed, 0 insertions, 0 deletions

Back to the top