diff options
author | Grant Gayed | 2009-10-02 20:58:07 +0000 |
---|---|---|
committer | Grant Gayed | 2009-10-02 20:58:07 +0000 |
commit | 056762a1d7c74e75bfac132d1e756819b6f3b39e (patch) | |
tree | e645e7459407ba289c710b04410e048d0425c17a /bundles/org.eclipse.swt/Eclipse SWT PI/win32/library/os_stats.c | |
parent | 2c8a13d0df1694740c0af6220e23682b3ddd10de (diff) | |
download | eclipse.platform.swt-056762a1d7c74e75bfac132d1e756819b6f3b39e.tar.gz eclipse.platform.swt-056762a1d7c74e75bfac132d1e756819b6f3b39e.tar.xz eclipse.platform.swt-056762a1d7c74e75bfac132d1e756819b6f3b39e.zip |
60387 and 283223: Browser.setUrl() with header values and post args
Diffstat (limited to 'bundles/org.eclipse.swt/Eclipse SWT PI/win32/library/os_stats.c')
-rw-r--r-- | bundles/org.eclipse.swt/Eclipse SWT PI/win32/library/os_stats.c | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/bundles/org.eclipse.swt/Eclipse SWT PI/win32/library/os_stats.c b/bundles/org.eclipse.swt/Eclipse SWT PI/win32/library/os_stats.c index 8c1c3b6295..cb0f7dc931 100644 --- a/bundles/org.eclipse.swt/Eclipse SWT PI/win32/library/os_stats.c +++ b/bundles/org.eclipse.swt/Eclipse SWT PI/win32/library/os_stats.c @@ -14,8 +14,8 @@ #ifdef NATIVE_STATS -int OS_nativeFunctionCount = 974; -int OS_nativeFunctionCallCount[974]; +int OS_nativeFunctionCount = 977; +int OS_nativeFunctionCallCount[977]; char * OS_nativeFunctionNames[] = { "ACCEL_1sizeof", "ACTCTX_1sizeof", @@ -758,6 +758,11 @@ char * OS_nativeFunctionNames[] = { "MoveMemory__JLorg_eclipse_swt_internal_win32_RECT_2I", #endif #ifndef JNI64 + "MoveMemory__ILorg_eclipse_swt_internal_win32_SAFEARRAY_2I", +#else + "MoveMemory__JLorg_eclipse_swt_internal_win32_SAFEARRAY_2I", +#endif +#ifndef JNI64 "MoveMemory__ILorg_eclipse_swt_internal_win32_SHDRAGIMAGE_2I", #else "MoveMemory__JLorg_eclipse_swt_internal_win32_SHDRAGIMAGE_2I", @@ -1219,6 +1224,8 @@ char * OS_nativeFunctionNames[] = { "ReplyMessage", "RestoreDC", "RoundRect", + "SAFEARRAYBOUND_1sizeof", + "SAFEARRAY_1sizeof", "SCRIPT_1ANALYSIS_1sizeof", "SCRIPT_1CONTROL_1sizeof", "SCRIPT_1DIGITSUBSTITUTE_1sizeof", |