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]

[PATCH] w32api: added CSIDLs


2007-07-01 Przemek Czerkas <pczerkas@gmail.com>

	* 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


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