summaryrefslogtreecommitdiffstats
path: root/bundles/org.eclipse.swt/Eclipse SWT PI/win32/org/eclipse/swt/internal
diff options
context:
space:
mode:
authorSilenio Quarti <silenio_quarti@ca.ibm.com>2012-04-11 11:53:15 -0400
committerSilenio Quarti <silenio_quarti@ca.ibm.com>2012-04-11 11:58:19 -0400
commitc900dc483971cf885234cfb3099f0f324be0a428 (patch)
tree15165b42d8816b5c4f2fc9515f49b691aa95c972 /bundles/org.eclipse.swt/Eclipse SWT PI/win32/org/eclipse/swt/internal
parent06836e29a1a4d58366b4ce4519569b24a6b9a9a5 (diff)
downloadeclipse.platform.swt-c900dc483971cf885234cfb3099f0f324be0a428.tar.gz
eclipse.platform.swt-c900dc483971cf885234cfb3099f0f324be0a428.tar.xz
eclipse.platform.swt-c900dc483971cf885234cfb3099f0f324be0a428.zip
Bug 336503 - AppID being changed unexpectedly (PI)
Diffstat (limited to 'bundles/org.eclipse.swt/Eclipse SWT PI/win32/org/eclipse/swt/internal')
-rw-r--r--bundles/org.eclipse.swt/Eclipse SWT PI/win32/org/eclipse/swt/internal/win32/OS.java2
1 files changed, 2 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 1429fac03e..c06b800392 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
@@ -4297,6 +4297,8 @@ public static final native boolean GetComboBoxInfo (int /*long*/ hwndCombo, COMB
public static final native int /*long*/ GetCurrentObject (int /*long*/ hdc, int uObjectType);
public static final native int GetCurrentProcessId ();
public static final native int GetCurrentThreadId ();
+/** @method flags=dynamic */
+public static final native int GetCurrentProcessExplicitAppUserModelID(int /*long*/[] AppID);
public static final native int /*long*/ GetCursor ();
public static final native boolean GetCursorPos (POINT lpPoint);
/**