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
Hi Alistair, 2017-08-08 17:18 GMT+08:00 Alistair Leslie-Hughes < leslie_alistair@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!