Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNikita Nemkin2019-06-16 08:26:16 +0000
committerNikita Nemkin2019-06-18 09:20:11 +0000
commit8ce998bbd9e65934115002ec95404c37f3156411 (patch)
treebfd46ec8dc7d9a0cdf168c978224813de7f0e84a /bundles/org.eclipse.swt/Eclipse SWT PI/win32/org/eclipse/swt/internal/win32/TVSORTCB.java
parent8587a3bbc00131b5cba94f05365e573f4b041b15 (diff)
downloadeclipse.platform.swt-8ce998bbd9e65934115002ec95404c37f3156411.tar.gz
eclipse.platform.swt-8ce998bbd9e65934115002ec95404c37f3156411.tar.xz
eclipse.platform.swt-8ce998bbd9e65934115002ec95404c37f3156411.zip
Bug 548277 - [Win32] Remove 32-bit code comments
This change is completely automated. The script is attached to the issue. Change-Id: Iad1ce2378a76f0474800f3ef907b9d9fa657bfbe Signed-off-by: Nikita Nemkin <nikita@nemkin.ru>
Diffstat (limited to 'bundles/org.eclipse.swt/Eclipse SWT PI/win32/org/eclipse/swt/internal/win32/TVSORTCB.java')
-rw-r--r--bundles/org.eclipse.swt/Eclipse SWT PI/win32/org/eclipse/swt/internal/win32/TVSORTCB.java6
1 files changed, 3 insertions, 3 deletions
diff --git a/bundles/org.eclipse.swt/Eclipse SWT PI/win32/org/eclipse/swt/internal/win32/TVSORTCB.java b/bundles/org.eclipse.swt/Eclipse SWT PI/win32/org/eclipse/swt/internal/win32/TVSORTCB.java
index 2b5ff1c36b..fd9ff29108 100644
--- a/bundles/org.eclipse.swt/Eclipse SWT PI/win32/org/eclipse/swt/internal/win32/TVSORTCB.java
+++ b/bundles/org.eclipse.swt/Eclipse SWT PI/win32/org/eclipse/swt/internal/win32/TVSORTCB.java
@@ -15,10 +15,10 @@ package org.eclipse.swt.internal.win32;
public class TVSORTCB {
/** @field cast=(HTREEITEM) */
- public long /*int*/ hParent;
+ public long hParent;
/** @field cast=(PFNTVCOMPARE) */
- public long /*int*/ lpfnCompare;
+ public long lpfnCompare;
/** @field cast=(LPARAM) */
- public long /*int*/ lParam;
+ public long lParam;
public static final int sizeof = OS.TVSORTCB_sizeof ();
}

Back to the top