Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFelipe Heidrich2005-01-17 23:38:30 +0000
committerFelipe Heidrich2005-01-17 23:38:30 +0000
commit4706ffc22d713787fd421e0c0f2c98ea8f17b042 (patch)
treecfce38efba4262e4d13f65ce7bebc529cd5b4f60 /bundles/org.eclipse.swt.tools
parent8f90cf5207001ec30066e51f57261e489bd1251a (diff)
downloadeclipse.platform.swt-4706ffc22d713787fd421e0c0f2c98ea8f17b042.tar.gz
eclipse.platform.swt-4706ffc22d713787fd421e0c0f2c98ea8f17b042.tar.xz
eclipse.platform.swt-4706ffc22d713787fd421e0c0f2c98ea8f17b042.zip
*** empty log message ***
Diffstat (limited to 'bundles/org.eclipse.swt.tools')
-rw-r--r--bundles/org.eclipse.swt.tools/JNI Generation/org/eclipse/swt/tools/internal/org.eclipse.swt.internal.win32.OS.properties32
1 files changed, 32 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 bbb0c4e5a6..11a12b09f4 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
@@ -1660,6 +1660,14 @@ OS_GetProfileStringW_2=cast=(LPWSTR)
OS_GetProfileStringW_3=cast=(LPWSTR)
OS_GetProfileStringW_4=
+OS_GetPropA=
+OS_GetPropA_0=cast=HWND
+OS_GetPropA_1=cast=LPCTSTR
+
+OS_GetPropW=
+OS_GetPropW_0=cast=HWND
+OS_GetPropW_1=cast=(LPCWSTR)
+
OS_GetROP2=
OS_GetROP2_0=cast=(HDC)
@@ -1802,6 +1810,12 @@ OS_GetWorldTransform=
OS_GetWorldTransform_0=cast=HDC
OS_GetWorldTransform_1=cast=LPXFORM
+OS_GlobalAddAtomA=
+OS_GlobalAddAtomA_0=cast=LPCTSTR
+
+OS_GlobalAddAtomW=
+OS_GlobalAddAtomW_0=cast=(LPCWSTR)
+
OS_GlobalAlloc=
OS_GlobalAlloc_0=
OS_GlobalAlloc_1=
@@ -2750,6 +2764,14 @@ OS_RemoveMenu_0=cast=(HMENU)
OS_RemoveMenu_1=
OS_RemoveMenu_2=
+OS_RemovePropA=
+OS_RemovePropA_0=cast=HWND
+OS_RemovePropA_1=cast=LPCTSTR
+
+OS_RemovePropW=
+OS_RemovePropW_0=cast=HWND
+OS_RemovePropW_1=cast=(LPCWSTR)
+
OS_RestoreDC=
OS_RestoreDC_0=cast=(HDC)
OS_RestoreDC_1=cast=(int)
@@ -3305,6 +3327,16 @@ OS_SetPixel_1=
OS_SetPixel_2=
OS_SetPixel_3=
+OS_SetPropA=
+OS_SetPropA_0=cast=HWND
+OS_SetPropA_1=cast=LPCTSTR
+OS_SetPropA_2=cast=(HANDLE)
+
+OS_SetPropW=
+OS_SetPropW_0=cast=HWND
+OS_SetPropW_1=cast=(LPCWSTR)
+OS_SetPropW_2=cast=HANDLE
+
OS_SetROP2=
OS_SetROP2_0=cast=(HDC)
OS_SetROP2_1=

Back to the top