diff options
author | Felipe Heidrich | 2010-02-05 18:50:24 +0000 |
---|---|---|
committer | Felipe Heidrich | 2010-02-05 18:50:24 +0000 |
commit | 5048049761b082fa8383b82ac8ee3ea6d70e7168 (patch) | |
tree | 8cf6f1a4fe4973eec0e77da79a9a2c632823c916 /bundles/org.eclipse.swt/Eclipse SWT PI/win32/library/os_stats.c | |
parent | e4cdd0cb7ffb526fe1914c6febbe6f0fd302e1cf (diff) | |
download | eclipse.platform.swt-5048049761b082fa8383b82ac8ee3ea6d70e7168.tar.gz eclipse.platform.swt-5048049761b082fa8383b82ac8ee3ea6d70e7168.tar.xz eclipse.platform.swt-5048049761b082fa8383b82ac8ee3ea6d70e7168.zip |
Bug 293228: show progress in the Eclipse icon on the Windows 7 Task Bar
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 | 29 |
1 files changed, 27 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 8da2f4bb10..357d9d78cf 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 = 985; -int OS_nativeFunctionCallCount[985]; +int OS_nativeFunctionCount = 990; +int OS_nativeFunctionCallCount[990]; char * OS_nativeFunctionNames[] = { "ACCEL_1sizeof", "ACTCTX_1sizeof", @@ -1758,6 +1758,16 @@ char * OS_nativeFunctionNames[] = { "VtblCall__IJI", #endif #ifndef JNI64 + "VtblCall__IIII", +#else + "VtblCall__IJII", +#endif +#ifndef JNI64 + "VtblCall__IIIII", +#else + "VtblCall__IJIII", +#endif +#ifndef JNI64 "VtblCall__IIIII_3I", #else "VtblCall__IJIII_3I", @@ -1768,6 +1778,11 @@ char * OS_nativeFunctionNames[] = { "VtblCall__IJIJI_3J", #endif #ifndef JNI64 + "VtblCall__IIIJJ", +#else + "VtblCall__IJIJJ", +#endif +#ifndef JNI64 "VtblCall__III_3I_3I", #else "VtblCall__IJI_3J_3I", @@ -1778,6 +1793,11 @@ char * OS_nativeFunctionNames[] = { "VtblCall__IJJ", #endif #ifndef JNI64 + "VtblCall__IIJI", +#else + "VtblCall__IJJI", +#endif +#ifndef JNI64 "VtblCall__IIJII_3J", #else "VtblCall__IJJII_3J", @@ -1788,6 +1808,11 @@ char * OS_nativeFunctionNames[] = { "VtblCall__IJJJI_3J", #endif #ifndef JNI64 + "VtblCall__IIJJJ", +#else + "VtblCall__IJJJJ", +#endif +#ifndef JNI64 "VtblCall__IILorg_eclipse_swt_internal_win32_TF_1DISPLAYATTRIBUTE_2", #else "VtblCall__IJLorg_eclipse_swt_internal_win32_TF_1DISPLAYATTRIBUTE_2", |