[PATCH 3/4] shell32/tests: Add tests for SHGetKnownFolderPath() flags.

Fabian Maurer dark.shadow4 at web.de
Fri Jun 22 14:46:53 CDT 2018


While probably not very relevant, when doing something like

----------
SHSetKnownFolderPath(&FOLDERID_SavedGames, KF_FLAG_DONT_UNEXPAND, 
NULL, new_path);
SHGetKnownFolderPath(&FOLDERID_SavedGames, KF_FLAG_DONT_UNEXPAND, 0, 
&path2);
----------

then KF_FLAG_DONT_UNEXPAND still doesn't seem to do anything.I figured that's 
where the flag was useful, but it is completely ignored.
Do we want a testcase for that too?

Regards,
Fabian Maurer
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.winehq.org/pipermail/wine-devel/attachments/20180622/604d16b6/attachment.html>


More information about the wine-devel mailing list