projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
first attempt for full screen implementation
[wxWidgets.git]
/
src
/
unix
/
dir.cpp
diff --git
a/src/unix/dir.cpp
b/src/unix/dir.cpp
index 4680a338ce16bf902a1484d41ad0c56c930e324b..c75d2712a42f4896739d89d59968e9f234cc6ea0 100644
(file)
--- a/
src/unix/dir.cpp
+++ b/
src/unix/dir.cpp
@@
-6,7
+6,7
@@
// Created: 08.12.99
// RCS-ID: $Id$
// Copyright: (c) 1999 Vadim Zeitlin <zeitlin@dptmaths.ens-cachan.fr>
// Created: 08.12.99
// RCS-ID: $Id$
// Copyright: (c) 1999 Vadim Zeitlin <zeitlin@dptmaths.ens-cachan.fr>
-// Licence: wxWindows licen
s
e
+// Licence: wxWindows licen
c
e
/////////////////////////////////////////////////////////////////////////////
// ============================================================================
/////////////////////////////////////////////////////////////////////////////
// ============================================================================
@@
-17,7
+17,7
@@
// headers
// ----------------------------------------------------------------------------
// headers
// ----------------------------------------------------------------------------
-#if
def __GNUG__
+#if
defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
#pragma implementation "dir.h"
#endif
#pragma implementation "dir.h"
#endif
@@
-172,13
+172,9
@@
bool wxDirData::Read(wxString *filename)
}
else
{
}
else
{
-#if wxUSE_UNICODE
- matches = TRUE; // FIXME
-#else
// test against the pattern
matches = wxMatchWild(m_filespec, de_d_name,
!(m_flags & wxDIR_HIDDEN));
// test against the pattern
matches = wxMatchWild(m_filespec, de_d_name,
!(m_flags & wxDIR_HIDDEN));
-#endif
}
}
}
}