summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteve Northover <steve>2006-09-21 20:13:40 +0000
committerSteve Northover <steve>2006-09-21 20:13:40 +0000
commit0fea110bd834b20cb5a34643d3bbc358189a9e14 (patch)
tree8238ec49e4869bea0b2540951bb5388577c417ff
parenta8bd965b47f526126115e8af87b1a40f99847370 (diff)
downloadeclipse.platform.swt-0fea110bd834b20cb5a34643d3bbc358189a9e14.tar.gz
eclipse.platform.swt-0fea110bd834b20cb5a34643d3bbc358189a9e14.tar.xz
eclipse.platform.swt-0fea110bd834b20cb5a34643d3bbc358189a9e14.zip
release constant
-rw-r--r--bundles/org.eclipse.swt/Eclipse SWT PI/win32/org/eclipse/swt/internal/win32/OS.java1
1 files changed, 1 insertions, 0 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 a50988190b..6da849a886 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
@@ -1321,6 +1321,7 @@ public class OS extends Platform {
public static final int SS_REALSIZEIMAGE = 0x800;
public static final int SS_RIGHT = 0x2;
public static final int STANDARD_RIGHTS_READ = 0x20000;
+ public static final int STARTF_USESHOWWINDOW = 0x1;
public static final int STD_COPY = 0x1;
public static final int STD_CUT = 0x0;
public static final int STD_FILENEW = 0x6;