Re: [PATCH v3] shell32: Implement SHCreateItemInKnownFolder.
Aug. 8, 2017
9:18 a.m.
Hi Jactry, On 08/08/17 17:04, Jactry Zeng wrote:
+ /* SHCreateItemInKnownFolder */ + if(pSHCreateItemInKnownFolder || pSHGetKnownFolderPath)
If one of these is NULL then the test will crash. Best Regards Alistair
August 2017
11:24 a.m.
New subject: [PATCH v3] shell32: Implement SHCreateItemInKnownFolder.
Hi Alistair, 2017-08-08 17:18 GMT+08:00 Alistair Leslie-Hughes < leslie_alistair(a)hotmail.com>:
On 08/08/17 17:04, Jactry Zeng wrote:
+ /* SHCreateItemInKnownFolder */ + if(pSHCreateItemInKnownFolder || pSHGetKnownFolderPath)
If one of these is NULL then the test will crash.
Yes, this is my fault. I will fix it in next try. Thanks for review! -- Regards, Jactry Zeng
3151
Age (days ago)
3151
Last active (days ago)
1 comments
2 participants
participants (2)
-
Alistair Leslie-Hughes -
Jactry Zeng