This is the mail archive of the cygwin-patches mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] w32api: added CSIDLs


Hi Przemek,

On Jul  1 10:11, Przemek Czerkas wrote:
> 	* include/shlobj.h: Added CSIDL_MYMUSIC
> 	Added CSIDL_MYVIDEO
> 
> Index: shlobj.h
> ===================================================================
> RCS file: /cvs/src/src/winsup/w32api/include/shlobj.h,v
> retrieving revision 1.46
> diff -u -r1.46 shlobj.h
> --- shlobj.h	25 Jul 2006 00:22:19 -0000	1.46
> +++ shlobj.h	1 Jul 2007 07:40:06 -0000
> @@ -157,6 +157,8 @@
> #define CSIDL_SENDTO	9
> #define CSIDL_BITBUCKET	10
> #define CSIDL_STARTMENU	11
> +#define CSIDL_MYMUSIC	13
> +#define CSIDL_MYVIDEO	14
> #define CSIDL_DESKTOPDIRECTORY	16
> #define CSIDL_DRIVES	17
> #define CSIDL_NETWORK	18

Thanks for the patch.  I've applied it.

Btw., the w32api is officially maintained by the MinGW folks, see the
README.w32api file.  Patches to w32api are better off in the appropriate
mingw mailing list.


Thanks again,
Corinna

-- 
Corinna Vinschen                  Please, send mails regarding Cygwin to
Cygwin Project Co-Leader          cygwin AT cygwin DOT com
Red Hat


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]