From c29104ca0bd1d8cc1db7e288df57759a8467dbdf Mon Sep 17 00:00:00 2001 From: Laurent Ganier Date: Fri, 24 Oct 2003 09:14:19 +0000 Subject: [PATCH] enabling filters in unicode build --- Src/DirDoc.cpp | 9 ++++++--- Src/readme.txt | 2 ++ 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/Src/DirDoc.cpp b/Src/DirDoc.cpp index 0287ebb6c..992179ef5 100644 --- a/Src/DirDoc.cpp +++ b/Src/DirDoc.cpp @@ -660,7 +660,8 @@ BOOL DirDocFilterGlobal::includeDir(LPCTSTR szDirName) #ifdef _UNICODE // TODO // regexp has some problem in Unicode ? 2003-09-14 - return TRUE; + // but 2003-10-24 let's test it + // return TRUE; #endif // preprend a backslash if there is none CString strDirName; @@ -674,7 +675,8 @@ BOOL DirDocFilterGlobal::includeFile(LPCTSTR szFileName) #ifdef _UNICODE // TODO // regexp has some problem in Unicode ? 2003-09-14 - return TRUE; + // but 2003-10-24 let's test it + // return TRUE; #endif // preprend a backslash if there is none CString strFileName; @@ -699,7 +701,8 @@ BOOL DirDocFilterByExtension::includeFile(LPCTSTR szFileName) #ifdef _UNICODE // TODO // regexp has some problem in Unicode ? 2003-09-14 - return TRUE; + // but 2003-10-24 let's test it + // return TRUE; #endif // preprend a backslash if there is none CString strFileName; diff --git a/Src/readme.txt b/Src/readme.txt index 1cf58c2b7..b99674c63 100644 --- a/Src/readme.txt +++ b/Src/readme.txt @@ -6,6 +6,8 @@ WinMerge: DirScan.cpp 2003-10-24 Laoran + enabling filters in unicode build + WinMerge: Dirdoc.cpp BUG: [ 829453 ] dropping file in a SuperComboBox, Unicode build common: SuperComboBox.cpp Fix unifile code to initialize txtstats.nlosses (see comments in BUG [ 828924 ]) -- 2.11.0