Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFelipe Heidrich2004-10-29 21:49:59 +0000
committerFelipe Heidrich2004-10-29 21:49:59 +0000
commit3b96b6ce94a7eb22d7c0dac94263ef2546a9824c (patch)
treee9501113316c04420e5efb1d3cffd97cfb2898b2 /bundles/org.eclipse.swt.tools/JNI Generation/org
parent8541d666faa16632c6d0a6e1bdf5d08e945f9942 (diff)
downloadeclipse.platform.swt-3b96b6ce94a7eb22d7c0dac94263ef2546a9824c.tar.gz
eclipse.platform.swt-3b96b6ce94a7eb22d7c0dac94263ef2546a9824c.tar.xz
eclipse.platform.swt-3b96b6ce94a7eb22d7c0dac94263ef2546a9824c.zip
*** empty log message ***
Diffstat (limited to 'bundles/org.eclipse.swt.tools/JNI Generation/org')
-rw-r--r--bundles/org.eclipse.swt.tools/JNI Generation/org/eclipse/swt/tools/internal/org.eclipse.swt.internal.win32.OS.properties10
1 files changed, 10 insertions, 0 deletions
diff --git a/bundles/org.eclipse.swt.tools/JNI Generation/org/eclipse/swt/tools/internal/org.eclipse.swt.internal.win32.OS.properties b/bundles/org.eclipse.swt.tools/JNI Generation/org/eclipse/swt/tools/internal/org.eclipse.swt.internal.win32.OS.properties
index 406b15c901..daf65e3b4a 100644
--- a/bundles/org.eclipse.swt.tools/JNI Generation/org/eclipse/swt/tools/internal/org.eclipse.swt.internal.win32.OS.properties
+++ b/bundles/org.eclipse.swt.tools/JNI Generation/org/eclipse/swt/tools/internal/org.eclipse.swt.internal.win32.OS.properties
@@ -468,6 +468,11 @@ NMRGINFO_x=accessor=ptAction.x
NMRGINFO_y=accessor=ptAction.y
NMRGINFO_dwItemSpec=
+org_eclipse_swt_internal_win32_NMTBHOTITEM=
+NMTBHOTITEM_idOld=
+NMTBHOTITEM_idNew=
+NMTBHOTITEM_dwFlags=
+
org_eclipse_swt_internal_win32_NMTOOLBAR=
NMTOOLBAR_iItem=
NMTOOLBAR_iBitmap=accessor=tbButton.iBitmap
@@ -2261,6 +2266,11 @@ OS_MoveMemory__Lorg_eclipse_swt_internal_win32_NMRGINFO_2II_0=cast=PVOID,flags=n
OS_MoveMemory__Lorg_eclipse_swt_internal_win32_NMRGINFO_2II_1=cast=CONST VOID *
OS_MoveMemory__Lorg_eclipse_swt_internal_win32_NMRGINFO_2II_2=
+OS_MoveMemory__Lorg_eclipse_swt_internal_win32_NMTBHOTITEM_2II=
+OS_MoveMemory__Lorg_eclipse_swt_internal_win32_NMTBHOTITEM_2II_0=cast=(PVOID),flags=no_in
+OS_MoveMemory__Lorg_eclipse_swt_internal_win32_NMTBHOTITEM_2II_1=cast=(CONST VOID *)
+OS_MoveMemory__Lorg_eclipse_swt_internal_win32_NMTBHOTITEM_2II_2=
+
OS_MoveMemory__Lorg_eclipse_swt_internal_win32_NMTOOLBAR_2II=
OS_MoveMemory__Lorg_eclipse_swt_internal_win32_NMTOOLBAR_2II_0=cast=(PVOID),flags=no_in
OS_MoveMemory__Lorg_eclipse_swt_internal_win32_NMTOOLBAR_2II_1=cast=(CONST VOID *)

Back to the top