diff options
author | Carolyn MacLeod | 2008-11-11 19:52:20 +0000 |
---|---|---|
committer | Carolyn MacLeod | 2008-11-11 19:52:20 +0000 |
commit | b0e7fdf86546da9bf470dd3d0a2ee7de1216c762 (patch) | |
tree | 807c0fb8f90ff94b77787d82f27083460c050ff9 | |
parent | d0c751a5e3df615d91e939292c40eb65e213f27a (diff) | |
download | eclipse.platform.swt-accessibility_work.tar.gz eclipse.platform.swt-accessibility_work.tar.xz eclipse.platform.swt-accessibility_work.zip |
comment changeaccessibility_work
-rw-r--r-- | bundles/org.eclipse.swt/Eclipse SWT Accessibility/win32/org/eclipse/swt/accessibility/Accessible.java | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/bundles/org.eclipse.swt/Eclipse SWT Accessibility/win32/org/eclipse/swt/accessibility/Accessible.java b/bundles/org.eclipse.swt/Eclipse SWT Accessibility/win32/org/eclipse/swt/accessibility/Accessible.java index f761e5e6ed..e2e6259df6 100644 --- a/bundles/org.eclipse.swt/Eclipse SWT Accessibility/win32/org/eclipse/swt/accessibility/Accessible.java +++ b/bundles/org.eclipse.swt/Eclipse SWT Accessibility/win32/org/eclipse/swt/accessibility/Accessible.java @@ -52,10 +52,6 @@ public class Accessible { Object[] variants; Control control; -// public COMObject HACK () { -// return objIAccessible; -// } -// public Accessible(Control control) { this.control = control; int /*long*/[] ppvObject = new int /*long*/[1]; @@ -101,9 +97,9 @@ public class Accessible { public int /*long*/ method27(int /*long*/[] args) {return put_accValue(args[0], args[1]);} }; - /* If the callback takes a struct parameter (for example, a variant), - * then create a custom callback that dereferences the struct and - * passes a pointer to the original callback. + /* 64-bit compatibility: If the callback takes a struct parameter (for example, + * a variant), then create a custom callback that dereferences the struct + * and passes a pointer to the original callback. */ int /*long*/ ppVtable = objIAccessible.ppVtable; int /*long*/[] pVtable = new int /*long*/[1]; |