Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteve Northover2006-04-06 18:49:02 +0000
committerSteve Northover2006-04-06 18:49:02 +0000
commit0a0326b2ef8a3027b6d96939a829738706b765b0 (patch)
tree514ff4a3dcb31dde1cb9af618c3278f694fbf967 /bundles/org.eclipse.swt/Eclipse SWT PI/win32/library/os_stats.c
parent146863a428357a6ad301d008e77ac45a2f64c626 (diff)
downloadeclipse.platform.swt-0a0326b2ef8a3027b6d96939a829738706b765b0.tar.gz
eclipse.platform.swt-0a0326b2ef8a3027b6d96939a829738706b765b0.tar.xz
eclipse.platform.swt-0a0326b2ef8a3027b6d96939a829738706b765b0.zip
45918 - eclipse should enable XP visual styles if available (from comctl32.dll)
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.c9
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 5734e7f7d2..e750f8ed5e 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,10 +14,11 @@
#ifdef NATIVE_STATS
-int OS_nativeFunctionCount = 686;
-int OS_nativeFunctionCallCount[686];
+int OS_nativeFunctionCount = 691;
+int OS_nativeFunctionCallCount[691];
char * OS_nativeFunctionNames[] = {
"AbortDoc",
+ "ActivateActCtx",
"ActivateKeyboardLayout",
"AdjustWindowRectEx",
"AlphaBlend",
@@ -56,6 +57,8 @@ char * OS_nativeFunctionNames[] = {
"CopyImage",
"CreateAcceleratorTableA",
"CreateAcceleratorTableW",
+ "CreateActCtxA",
+ "CreateActCtxW",
"CreateBitmap",
"CreateCaret",
"CreateCompatibleBitmap",
@@ -219,6 +222,8 @@ char * OS_nativeFunctionNames[] = {
"GetMessageTime",
"GetMessageW",
"GetMetaRgn",
+ "GetModuleFileNameA",
+ "GetModuleFileNameW",
"GetModuleHandleA",
"GetModuleHandleW",
"GetMonitorInfoA",

Back to the top