From 6ae68a30f2e7b68b06db4909a7e2bc6f1cea0103 Mon Sep 17 00:00:00 2001 From: Zebediah Figura Date: Sun, 18 Feb 2018 11:32:10 -0600 Subject: [PATCH] ntdll-DOS_Attributes: Update definition. --- patches/patchinstall.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/patches/patchinstall.sh b/patches/patchinstall.sh index 2c7d3373..d9d3d1d9 100755 --- a/patches/patchinstall.sh +++ b/patches/patchinstall.sh @@ -5886,6 +5886,7 @@ fi # | # | This patchset fixes the following Wine bugs: # | * [#9158] Support for DOS hidden/system file attributes +# | * [#15679] cygwin symlinks not working in wine # | # | Modified files: # | * configure.ac, dlls/ntdll/directory.c, dlls/ntdll/file.c, dlls/ntdll/ntdll_misc.h, dlls/ntdll/tests/directory.c,