This function isn't available in WINAPI_PARTITION_APP like all
the other ones surrounding it, but this function also already is
declared further above in the same file, in an
#if WINAPI_FAMILY_PARTITION (WINAPI_PARTITION_DESKTOP) || _WIN32_WINNT >=
_WIN32_WINNT_WIN10
block. (The function was in WINAPI_PARTITION_DESKTOP in Windows
8.0 but was moved to WINAPI_PARTITION_APP in Windows 10.)
Signed-off-by: Martin Storsjö <[email protected]>
---
mingw-w64-headers/include/fileapi.h | 1 -
1 file changed, 1 deletion(-)
diff --git a/mingw-w64-headers/include/fileapi.h
b/mingw-w64-headers/include/fileapi.h
index b06e96fe2..2fe153a3e 100644
--- a/mingw-w64-headers/include/fileapi.h
+++ b/mingw-w64-headers/include/fileapi.h
@@ -168,7 +168,6 @@ WINBASEAPI DWORD WINAPI SetFilePointer (HANDLE hFile, LONG
lDistanceToMove, PLON
WINBASEAPI WINBOOL WINAPI FlushFileBuffers (HANDLE hFile);
WINBASEAPI WINBOOL WINAPI GetDiskFreeSpaceExA (LPCSTR lpDirectoryName,
PULARGE_INTEGER lpFreeBytesAvailableToCaller, PULARGE_INTEGER
lpTotalNumberOfBytes, PULARGE_INTEGER lpTotalNumberOfFreeBytes);
WINBASEAPI WINBOOL WINAPI GetDiskFreeSpaceExW (LPCWSTR lpDirectoryName,
PULARGE_INTEGER lpFreeBytesAvailableToCaller, PULARGE_INTEGER
lpTotalNumberOfBytes, PULARGE_INTEGER lpTotalNumberOfFreeBytes);
- WINBASEAPI DWORD WINAPI GetFileType (HANDLE hFile);
WINBASEAPI WINBOOL WINAPI GetFileAttributesExA (LPCSTR lpFileName,
GET_FILEEX_INFO_LEVELS fInfoLevelId, LPVOID lpFileInformation);
WINBASEAPI WINBOOL WINAPI GetFileAttributesExW (LPCWSTR lpFileName,
GET_FILEEX_INFO_LEVELS fInfoLevelId, LPVOID lpFileInformation);
WINBASEAPI WINBOOL WINAPI LockFileEx (HANDLE hFile, DWORD dwFlags, DWORD
dwReserved, DWORD nNumberOfBytesToLockLow, DWORD nNumberOfBytesToLockHigh,
LPOVERLAPPED lpOverlapped);
--
2.17.1
_______________________________________________
Mingw-w64-public mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mingw-w64-public