mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 00:11:26 +00:00
fix ownership detection for directories in mingw32
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@22594 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
ae1fce0b80
commit
646de35589
2 changed files with 4 additions and 2 deletions
|
@ -2847,7 +2847,7 @@ static NSSet *fileKeys = nil;
|
|||
FILE_SHARE_READ,
|
||||
0,
|
||||
OPEN_EXISTING,
|
||||
FILE_ATTRIBUTE_NORMAL,
|
||||
FILE_FLAG_BACKUP_SEMANTICS,
|
||||
0);
|
||||
|
||||
// Check GetLastError for CreateFile error code.
|
||||
|
@ -2987,7 +2987,7 @@ static NSSet *fileKeys = nil;
|
|||
FILE_SHARE_READ,
|
||||
0,
|
||||
OPEN_EXISTING,
|
||||
FILE_ATTRIBUTE_NORMAL,
|
||||
FILE_FLAG_BACKUP_SEMANTICS,
|
||||
0);
|
||||
|
||||
// Check GetLastError for CreateFile error code.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue