Re: [PATCH v3] shell32: Implement SHCreateItemInKnownFolder.
8 Aug
2017
8 Aug
'17
10: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
8 Aug
8 Aug
12:24 p.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
3138
Age (days ago)
3138
Last active (days ago)
1 comments
2 participants
participants (2)
-
Alistair Leslie-Hughes -
Jactry Zeng