* include/shlobj.h: Add CSIDL_MYMUSIC and CSIDL_MYVIDEO.

This commit is contained in:
Corinna Vinschen 2007-07-02 09:47:36 +00:00
parent 9cb64a070d
commit 5ee15d270d
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2007-07-02 Przemek Czerkas <pczerkas@gmail.com>
* include/shlobj.h: Add CSIDL_MYMUSIC and CSIDL_MYVIDEO.
2007-07-02 Danny Smith <dannysmith@users.sourceforge.net>
* include/oaidl.h: Include windows.h and ole2.h,

View File

@ -157,6 +157,8 @@ extern "C" {
#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