Skip to content

Commit 9c7338a

Browse files
committed
Improve NEWS and cosmetics
1 parent 7221f0c commit 9c7338a

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
Modernize fileutils to allow build for Windows UWP.
1+
Modernize fileutils removing GetFileInformationByHandle API calls and allow
2+
build for Universal Windows Platform.

Modules/posixmodule.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2049,7 +2049,7 @@ find_data_to_file_info(WIN32_FIND_DATAW *pFileData,
20492049
}
20502050

20512051
static BOOL
2052-
attributes_from_dir(LPCWSTR pszFile, FILE_BASIC_INFO *basic_info, FILE_STANDARD_INFO* standard_info, ULONG *reparse_tag)
2052+
attributes_from_dir(LPCWSTR pszFile, FILE_BASIC_INFO* basic_info, FILE_STANDARD_INFO* standard_info, ULONG* reparse_tag)
20532053
{
20542054
HANDLE hFindFile;
20552055
WIN32_FIND_DATAW FileData;

0 commit comments

Comments
 (0)