From a98aea6efd08840fed7fc2bd2e5d2826eb5e4897 Mon Sep 17 00:00:00 2001 From: Travis Howell Date: Sat, 25 Mar 2006 10:39:05 +0000 Subject: Add kListAllNoRoot type to listDir() to handle recent file class changes, on file system backends which use _isPseudoRoot svn-id: r21449 --- backends/fs/windows/windows-fs.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'backends/fs/windows') diff --git a/backends/fs/windows/windows-fs.cpp b/backends/fs/windows/windows-fs.cpp index 4b1f671916..b7a22a301f 100644 --- a/backends/fs/windows/windows-fs.cpp +++ b/backends/fs/windows/windows-fs.cpp @@ -174,7 +174,7 @@ FSList WindowsFilesystemNode::listDir(ListMode mode) const { FSList myList; - if (_isPseudoRoot) { + if (_isPseudoRoot && mode != kListAllNoRoot) { #ifndef _WIN32_WCE // Drives enumeration TCHAR drive_buffer[100]; -- cgit v1.2.3