ntdll: Store the directory identity and search mask in the directory cache

Piotr Caban piotr.caban at gmail.com
Mon May 2 14:54:21 CDT 2016


The patch breaks compilation on mac:
directory.c:1973:42: error: expected identifier
             if (!has_wildcard( dir_data->->mask )) break;
                                          ^
directory.c:2164:34: error: use of undeclared identifier 'dir_data'
     const UNICODE_STRING *mask = dir_data->mask;
                                  ^
directory.c:2216:61: error: use of undeclared identifier 'dir_data'
             union file_directory_info *info = append_entry( dir_data, bu...

Thanks,
Piotr



More information about the wine-devel mailing list