diff options
author | Grant Gayed | 2009-02-27 21:59:42 +0000 |
---|---|---|
committer | Grant Gayed | 2009-02-27 21:59:42 +0000 |
commit | 9888e30534250ea11da442c8b3664097eafef8d8 (patch) | |
tree | 36c2ce1b7c1252a11030d1fecbe2a7ebcc01a585 /bundles/org.eclipse.swt/Eclipse SWT PI/win32/library/os_stats.c | |
parent | 6fd1124ce1d6cb4181929f43a69a8c5cce67eba3 (diff) | |
download | eclipse.platform.swt-9888e30534250ea11da442c8b3664097eafef8d8.tar.gz eclipse.platform.swt-9888e30534250ea11da442c8b3664097eafef8d8.tar.xz eclipse.platform.swt-9888e30534250ea11da442c8b3664097eafef8d8.zip |
cookies
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 | 8 |
1 files changed, 6 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 95311e6d81..a551bb6589 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 = 960; -int OS_nativeFunctionCallCount[960]; +int OS_nativeFunctionCount = 964; +int OS_nativeFunctionCallCount[964]; char * OS_nativeFunctionNames[] = { "ACCEL_1sizeof", "ACTCTX_1sizeof", @@ -538,6 +538,10 @@ char * OS_nativeFunctionNames[] = { "InsertMenuItemA", "InsertMenuItemW", "InsertMenuW", + "InternetGetCookieA", + "InternetGetCookieW", + "InternetSetCookieA", + "InternetSetCookieW", "InternetSetOption", "IntersectClipRect", "IntersectRect", |