diff options
author | Felipe Heidrich | 2011-11-11 15:01:13 +0000 |
---|---|---|
committer | Felipe Heidrich | 2011-11-11 15:01:13 +0000 |
commit | 7ecd4652621dad9b1c0710d895eaa6f500f7ca25 (patch) | |
tree | c6d3da2c9a3d24ae26a74b782446d182232ddda0 /bundles/org.eclipse.swt/Eclipse SWT PI/win32/library/os_stats.c | |
parent | 18076bd75b351c7ad4e30e5b488ce8c903e3ce53 (diff) | |
download | eclipse.platform.swt-7ecd4652621dad9b1c0710d895eaa6f500f7ca25.tar.gz eclipse.platform.swt-7ecd4652621dad9b1c0710d895eaa6f500f7ca25.tar.xz eclipse.platform.swt-7ecd4652621dad9b1c0710d895eaa6f500f7ca25.zip |
natives for Bug 325795 - support Windows Vista and 7 Aero Glass shells
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 | 5 |
1 files changed, 3 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 e0932640d5..b788be6c62 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 = 1067; -int OS_nativeFunctionCallCount[1067]; +int OS_nativeFunctionCount = 1068; +int OS_nativeFunctionCallCount[1068]; char * OS_nativeFunctionNames[] = { "ACCEL_1sizeof", "ACTCTX_1sizeof", @@ -462,6 +462,7 @@ char * OS_nativeFunctionNames[] = { "GetTextMetricsW", "GetThemeBackgroundContentRect", "GetThemeBackgroundExtent", + "GetThemeBitmap", "GetThemeColor", "GetThemeInt", "GetThemeMargins", |