CVS: winex/dlls/shell32 shellpath.c,1.9,1.10
[email protected] 30 Mar 2007 20:41:54 -0000
Newsgroups
gmane.comp.emulators.winex.cvs
Message-ID
<[email protected] >
Subject: winex/dlls/shell32 shellpath.c,1.9,1.10Update of /var/lib/cvsd/cvsroot/winex/dlls/shell32
In directory agravaine:/tmp/cvs-serv20388/dlls/shell32
Modified Files:
shellpath.c
Log Message:
- add support for CSIDL_COMMON_DOCUMENTS, contributed by Tim Beckmann
Index: shellpath.c
===================================================================
RCS file: /var/lib/cvsd/cvsroot/winex/dlls/shell32/shellpath.c,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- shellpath.c 30 Mar 2007 20:05:29 -0000 1.9
+++ shellpath.c 30 Mar 2007 20:41:52 -0000 1.10
@@ -897,9 +897,9 @@
NULL
},
{ /* CSIDL_COMMON_DOCUMENTS */
- 0, 1, /* FIXME */
- NULL,
- NULL
+ 17, HKLM,
+ "Common Documents",
+ "All Users\\Documents"
},
{ /* CSIDL_COMMON_ADMINTOOLS */
0, 1, /* FIXME */