wine/dlls/shell32 shellpath.c

Alexandre Julliard julliard at wine.codeweavers.com
Wed Nov 30 14:55:19 CST 2005


ChangeSet ID:	21575
CVSROOT:	/opt/cvs-commit
Module name:	wine
Changes by:	julliard at winehq.org	2005/11/30 14:55:19

Modified files:
	dlls/shell32   : shellpath.c 

Log message:
	Markus Gömmel <m.goemmel at compulab.de>
	Added CSIDL_MYVIDEO|MYPICTURES|MYMUSIC to _SHRegisterUserShellFolders.

Patch: http://cvs.winehq.org/patch.py?id=21575

Old revision  New revision  Changes     Path
 1.108         1.109         +3 -0       wine/dlls/shell32/shellpath.c

Index: wine/dlls/shell32/shellpath.c
diff -u -p wine/dlls/shell32/shellpath.c:1.108 wine/dlls/shell32/shellpath.c:1.109
--- wine/dlls/shell32/shellpath.c:1.108	30 Nov 2005 20:55:19 -0000
+++ wine/dlls/shell32/shellpath.c	30 Nov 2005 20:55:19 -0000
@@ -1921,12 +1921,15 @@ static HRESULT _SHRegisterUserShellFolde
      CSIDL_RECENT,
      CSIDL_SENDTO,
      CSIDL_STARTMENU,
+     CSIDL_MYMUSIC,
+     CSIDL_MYVIDEO,
      CSIDL_DESKTOPDIRECTORY,
      CSIDL_NETHOOD,
      CSIDL_TEMPLATES,
      CSIDL_PRINTHOOD,
      CSIDL_COOKIES,
      CSIDL_HISTORY,
+     CSIDL_MYPICTURES
     };
     WCHAR userShellFolderPath[MAX_PATH], shellFolderPath[MAX_PATH];
     LPCWSTR pUserShellFolderPath, pShellFolderPath;



More information about the wine-cvs mailing list