* include/shlobj.h: Add CSIDL_MYMUSIC and CSIDL_MYVIDEO.
This commit is contained in:
parent
9cb64a070d
commit
5ee15d270d
|
@ -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,
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue