Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteve Northover2002-01-22 22:33:51 +0000
committerSteve Northover2002-01-22 22:33:51 +0000
commitfac04618a9f5caa285d1218c2b0b05ce35f50fc3 (patch)
tree6d17e40aaa3b84a7aaacaa93d65f8417e6be645d
parentb7a85f0d96799b3543bb310d78f7f9a269885945 (diff)
downloadeclipse.platform.swt-fac04618a9f5caa285d1218c2b0b05ce35f50fc3.tar.gz
eclipse.platform.swt-fac04618a9f5caa285d1218c2b0b05ce35f50fc3.tar.xz
eclipse.platform.swt-fac04618a9f5caa285d1218c2b0b05ce35f50fc3.zip
*** empty log message ***
-rw-r--r--bundles/org.eclipse.swt/Eclipse SWT PI/win32/org/eclipse/swt/internal/win32/OS.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/bundles/org.eclipse.swt/Eclipse SWT PI/win32/org/eclipse/swt/internal/win32/OS.java b/bundles/org.eclipse.swt/Eclipse SWT PI/win32/org/eclipse/swt/internal/win32/OS.java
index 09b00238b2..ad0ac97b7e 100644
--- a/bundles/org.eclipse.swt/Eclipse SWT PI/win32/org/eclipse/swt/internal/win32/OS.java
+++ b/bundles/org.eclipse.swt/Eclipse SWT PI/win32/org/eclipse/swt/internal/win32/OS.java
@@ -1024,7 +1024,7 @@ public class OS {
public static final int WM_ERASEBKGND = 0x14;
public static final int WM_GETDLGCODE = 0x87;
public static final int WM_GETFONT = 0x31;
- public static final int WM_GETICON = 0x7f;
+// public static final int WM_GETICON = 0x7f;
public static final int WM_HELP = 0x53;
public static final int WM_HSCROLL = 0x114;
public static final int WM_IME_CHAR = 0x286;

Back to the top