From 839151eaaad24771892afaae6bac690e31e58384 Mon Sep 17 00:00:00 2001 From: Igor Pavlov <87184205+ip7z@users.noreply.github.com> Date: Thu, 12 Feb 2026 00:00:00 +0000 Subject: 26.00 --- CPP/Windows/FileFind.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'CPP/Windows/FileFind.h') diff --git a/CPP/Windows/FileFind.h b/CPP/Windows/FileFind.h index f68673a..944bca2 100644 --- a/CPP/Windows/FileFind.h +++ b/CPP/Windows/FileFind.h @@ -277,13 +277,13 @@ typedef CFileInfo CDirEntry; struct CDirEntry { ino_t iNode; -#if !defined(_AIX) && !defined(__sun) +#if !defined(_AIX) && !defined(__sun) && !defined(__QNXNTO__) Byte Type; #endif FString Name; /* -#if !defined(_AIX) && !defined(__sun) +#if !defined(_AIX) && !defined(__sun) && !defined(__QNXNTO__) bool IsDir() const { // (Type == DT_UNKNOWN) on some systems @@ -310,7 +310,7 @@ public: bool Fill_FileInfo(const CDirEntry &de, CFileInfo &fileInfo, bool followLink) const; bool DirEntry_IsDir(const CDirEntry &de, bool followLink) const { -#if !defined(_AIX) && !defined(__sun) +#if !defined(_AIX) && !defined(__sun) && !defined(__QNXNTO__) if (de.Type == DT_DIR) return true; if (de.Type != DT_UNKNOWN) -- cgit v1.2.3-55-g6feb