Skip to content

shell32/tests: Use 'shellpath' as tmpfile name in PathResolve tests

Gijs Vermeulen requested to merge gverm/wine:shell into master

Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=52995 Signed-off-by: Gijs Vermeulen gijsvrm@gmail.com

I also tried the GetTempFileName approach but it has a few problems:

  • A .tmp file is created, which we don't want
  • The returned path has a file extension in it
  • We need to create a .lnk file anyway to test PRF_DONTFINDLNK

Merge request reports

Loading