Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'bundles/org.eclipse.swt/Eclipse SWT PI/win32/org/eclipse/swt/internal/win32/COMBOBOXINFO.java')
-rw-r--r--bundles/org.eclipse.swt/Eclipse SWT PI/win32/org/eclipse/swt/internal/win32/COMBOBOXINFO.java6
1 files changed, 3 insertions, 3 deletions
diff --git a/bundles/org.eclipse.swt/Eclipse SWT PI/win32/org/eclipse/swt/internal/win32/COMBOBOXINFO.java b/bundles/org.eclipse.swt/Eclipse SWT PI/win32/org/eclipse/swt/internal/win32/COMBOBOXINFO.java
index 4c990d0270..aa46d5fa5a 100644
--- a/bundles/org.eclipse.swt/Eclipse SWT PI/win32/org/eclipse/swt/internal/win32/COMBOBOXINFO.java
+++ b/bundles/org.eclipse.swt/Eclipse SWT PI/win32/org/eclipse/swt/internal/win32/COMBOBOXINFO.java
@@ -33,10 +33,10 @@ public class COMBOBOXINFO {
public int buttonBottom;
public int stateButton;
/** @field cast=(HWND) */
- public long /*int*/ hwndCombo;
+ public long hwndCombo;
/** @field cast=(HWND) */
- public long /*int*/ hwndItem;
+ public long hwndItem;
/** @field cast=(HWND) */
- public long /*int*/ hwndList;
+ public long hwndList;
public static final int sizeof = OS.COMBOBOXINFO_sizeof ();
}

Back to the top