diff options
author | Felipe Heidrich | 2010-03-02 22:21:14 +0000 |
---|---|---|
committer | Felipe Heidrich | 2010-03-02 22:21:14 +0000 |
commit | 38e280fee22d306ec9039ed4ff68949828d4e654 (patch) | |
tree | 733a88d6ad4458c6ac8c8ad7fb20bda5570f364e /bundles/org.eclipse.swt/Eclipse SWT PI/win32/library/os_stats.c | |
parent | 372a43b6822064e5c9f45d027260cba103df8e56 (diff) | |
download | eclipse.platform.swt-38e280fee22d306ec9039ed4ff68949828d4e654.tar.gz eclipse.platform.swt-38e280fee22d306ec9039ed4ff68949828d4e654.tar.xz eclipse.platform.swt-38e280fee22d306ec9039ed4ff68949828d4e654.zip |
fix 64bit
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 | 9 |
1 files changed, 7 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 c2162562e7..f7ee43809e 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 = 1005; -int OS_nativeFunctionCallCount[1005]; +int OS_nativeFunctionCount = 1006; +int OS_nativeFunctionCallCount[1006]; char * OS_nativeFunctionNames[] = { "ACCEL_1sizeof", "ACTCTX_1sizeof", @@ -1841,6 +1841,11 @@ char * OS_nativeFunctionNames[] = { "VtblCall__IJLorg_eclipse_swt_internal_win32_PROPERTYKEY_2I", #endif #ifndef JNI64 + "VtblCall__IILorg_eclipse_swt_internal_win32_PROPERTYKEY_2J", +#else + "VtblCall__IJLorg_eclipse_swt_internal_win32_PROPERTYKEY_2J", +#endif +#ifndef JNI64 "VtblCall__IILorg_eclipse_swt_internal_win32_TF_1DISPLAYATTRIBUTE_2", #else "VtblCall__IJLorg_eclipse_swt_internal_win32_TF_1DISPLAYATTRIBUTE_2", |