diff options
author | Steve Northover | 2008-08-12 16:08:26 +0000 |
---|---|---|
committer | Steve Northover | 2008-08-12 16:08:26 +0000 |
commit | 2561883094625b8cd008c9b0ae792842431b73f2 (patch) | |
tree | 3a3dd9a050374ca5b5974aa54a1e3a4c5ae63d88 /bundles/org.eclipse.swt/Eclipse SWT PI/win32/library/os_stats.c | |
parent | 29cf2859f0f8c7d4224cada6ccab25336b9f0464 (diff) | |
download | eclipse.platform.swt-2561883094625b8cd008c9b0ae792842431b73f2.tar.gz eclipse.platform.swt-2561883094625b8cd008c9b0ae792842431b73f2.tar.xz eclipse.platform.swt-2561883094625b8cd008c9b0ae792842431b73f2.zip |
165251 - Not enough information in Calendar control's SelectionEvent
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 | 7 |
1 files changed, 5 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 766489f8c7..0477235383 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 = 954; -int OS_nativeFunctionCallCount[954]; +int OS_nativeFunctionCount = 957; +int OS_nativeFunctionCallCount[957]; char * OS_nativeFunctionNames[] = { "ACCEL_1sizeof", "ACTCTX_1sizeof", @@ -502,6 +502,7 @@ char * OS_nativeFunctionNames[] = { "MAKEWORD", "MAKEWPARAM", "MARGINS_1sizeof", + "MCHITTESTINFO_1sizeof", "MCIWndRegisterClass", "MEASUREITEMSTRUCT_1sizeof", "MENUBARINFO_1sizeof", @@ -779,6 +780,7 @@ char * OS_nativeFunctionNames[] = { "SendMessageA__IIILorg_eclipse_swt_internal_win32_LVHITTESTINFO_2", "SendMessageA__IIILorg_eclipse_swt_internal_win32_LVITEM_2", "SendMessageA__IIILorg_eclipse_swt_internal_win32_MARGINS_2", + "SendMessageA__IIILorg_eclipse_swt_internal_win32_MCHITTESTINFO_2", "SendMessageA__IIILorg_eclipse_swt_internal_win32_POINT_2", "SendMessageA__IIILorg_eclipse_swt_internal_win32_REBARBANDINFO_2", "SendMessageA__IIILorg_eclipse_swt_internal_win32_RECT_2", @@ -811,6 +813,7 @@ char * OS_nativeFunctionNames[] = { "SendMessageW__IIILorg_eclipse_swt_internal_win32_LVHITTESTINFO_2", "SendMessageW__IIILorg_eclipse_swt_internal_win32_LVITEM_2", "SendMessageW__IIILorg_eclipse_swt_internal_win32_MARGINS_2", + "SendMessageW__IIILorg_eclipse_swt_internal_win32_MCHITTESTINFO_2", "SendMessageW__IIILorg_eclipse_swt_internal_win32_POINT_2", "SendMessageW__IIILorg_eclipse_swt_internal_win32_REBARBANDINFO_2", "SendMessageW__IIILorg_eclipse_swt_internal_win32_RECT_2", |