[PATCH 4/5] shell32: Add support of known folders redirection to Redirect

Mariusz Pluciński vshader at gmail.com
Mon Jun 27 06:00:55 CDT 2011


This patch implements redirection of known folder. Instead of writing 
redirection code in IKnownFolderManager::Redirect(), it was put into 
external function ("redirect_known_folder"). The reason is that current 
implementation of IKnownFolder::SetPath() is wrong - valid code of this 
method will also call "redirect_known_folder".
---
  dlls/shell32/shellpath.c       |   87 
++++++++++++++++++++++++++++++++++++++-
  dlls/shell32/tests/shellpath.c |    6 ---
  2 files changed, 84 insertions(+), 9 deletions(-)


-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0004-shell32-Add-support-of-known-folders-redirection-to-.patch
Type: text/x-patch
Size: 7950 bytes
Desc: not available
URL: <http://www.winehq.org/pipermail/wine-patches/attachments/20110627/b9059231/attachment.bin>


More information about the wine-patches mailing list