Module: wine
Branch: master
Commit: 81b4dba58a241af77dc1a3dcde5092e6b1c0bd39
URL: https://source.winehq.org/git/wine.git/?a=commit;h=81b4dba58a241af77dc1a3dc…
Author: Olivier F. R. Dierick <o.dierick(a)piezo-forte.be>
Date: Wed Feb 19 00:16:36 2020 +0100
shell32: Move _SHCreateSymbolicLinks() above shell folders lookup functions.
Looking up shell folders creates real directories when the folder is
inexistant, but the intended behavior for some folders is to create
symbolic links by default. Prepare that change by moving the helper
function above shell folders lookup functions. Also fix whitespace
issues in the moved code.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=22974
Signed-off-by: Olivier F. R. Dierick <o.dierick(a)piezo-forte.be>
Signed-off-by: Alexandre Julliard <julliard(a)winehq.org>
---
dlls/shell32/shellpath.c | 534 +++++++++++++++++++++++------------------------
1 file changed, 267 insertions(+), 267 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=81b4dba58a241af77dc1…