[PATCH 4/4] shell32: Add implementation of known folders internal cache.

Mariusz Pluciński vshader at gmail.com
Thu Jun 30 08:05:03 CDT 2011


This patch implements known folder cache routines. Cache is stored as 
shared memory mapping to allow all processes to share it. It also 
modifies DllMain and adds new header file, as this is required to 
properly initialize cache access in each process.
---
  dlls/shell32/shell32_main.c    |    3 +
  dlls/shell32/shellpath.c       |  151 
+++++++++++++++++++++++++++++++++++++++-
  dlls/shell32/shellpath.h       |   22 ++++++
  dlls/shell32/tests/shellpath.c |    2 -
  4 files changed, 173 insertions(+), 5 deletions(-)
  create mode 100644 dlls/shell32/shellpath.h


-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0004-shell32-Add-implementation-of-known-folders-internal.patch
Type: text/x-patch
Size: 8472 bytes
Desc: not available
URL: <http://www.winehq.org/pipermail/wine-patches/attachments/20110630/a7c0d601/attachment-0001.bin>


More information about the wine-patches mailing list