diff options
author | Grant Gayed | 2009-11-12 20:13:57 +0000 |
---|---|---|
committer | Grant Gayed | 2009-11-12 20:13:57 +0000 |
commit | d08804766f47b158c36407c33bd830982dde16ec (patch) | |
tree | 0a748eba0f1d8715495f1ef714a30dd080dc92d9 /bundles/org.eclipse.swt/Eclipse SWT PI/win32/library/os_stats.c | |
parent | 48b98e2320e6e86a6887f8923af23f6b65cabf55 (diff) | |
download | eclipse.platform.swt-d08804766f47b158c36407c33bd830982dde16ec.tar.gz eclipse.platform.swt-d08804766f47b158c36407c33bd830982dde16ec.tar.xz eclipse.platform.swt-d08804766f47b158c36407c33bd830982dde16ec.zip |
294368 - Mozilla SWT Browser AppFileLocProvider has caching issues
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 | 6 |
1 files changed, 4 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 cb0f7dc931..2415645d37 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 = 977; -int OS_nativeFunctionCallCount[977]; +int OS_nativeFunctionCount = 979; +int OS_nativeFunctionCallCount[979]; char * OS_nativeFunctionNames[] = { "ACCEL_1sizeof", "ACTCTX_1sizeof", @@ -1247,6 +1247,8 @@ char * OS_nativeFunctionNames[] = { "SHFILEINFOW_1sizeof", "SHGetFileInfoA", "SHGetFileInfoW", + "SHGetFolderPathA", + "SHGetFolderPathW", "SHGetMalloc", "SHGetPathFromIDListA", "SHGetPathFromIDListW", |