diff options
author | Grant Gayed | 2011-05-18 19:19:47 +0000 |
---|---|---|
committer | Grant Gayed | 2011-05-18 19:19:47 +0000 |
commit | 0a8649d4c4b3f13145067478ae1f23acfb944b65 (patch) | |
tree | 71a05ef977d2d912f1befede74076a06fb33d169 /bundles/org.eclipse.swt/Eclipse SWT PI/win32/library/os_stats.c | |
parent | 56d7296ca97caab4d55a03fef16b1386812f14a1 (diff) | |
download | eclipse.platform.swt-0a8649d4c4b3f13145067478ae1f23acfb944b65.tar.gz eclipse.platform.swt-0a8649d4c4b3f13145067478ae1f23acfb944b65.tar.xz eclipse.platform.swt-0a8649d4c4b3f13145067478ae1f23acfb944b65.zip |
328609 - IE7 WebBrowser being embedded on machine with IE8
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 | 10 |
1 files changed, 8 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 07feae7f35..661e1110ca 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 = 1053; -int OS_nativeFunctionCallCount[1053]; +int OS_nativeFunctionCount = 1059; +int OS_nativeFunctionCallCount[1059]; char * OS_nativeFunctionNames[] = { "ACCEL_1sizeof", "ACTCTX_1sizeof", @@ -1256,6 +1256,10 @@ char * OS_nativeFunctionNames[] = { "Rectangle", "RedrawWindow", "RegCloseKey", + "RegCreateKeyExA", + "RegCreateKeyExW", + "RegDeleteValueA", + "RegDeleteValueW", "RegEnumKeyExA", "RegEnumKeyExW", "RegOpenKeyExA", @@ -1282,6 +1286,8 @@ char * OS_nativeFunctionNames[] = { #else "RegQueryValueExW__J_3CJ_3I_3I_3I", #endif + "RegSetValueExA", + "RegSetValueExW", "RegisterClassA", "RegisterClassW", "RegisterClipboardFormatA", |