OSDN Git Service

enabling filters in unicode build
authorLaurent Ganier <laoran@users.sourceforge.net>
Fri, 24 Oct 2003 09:14:19 +0000 (09:14 +0000)
committerLaurent Ganier <laoran@users.sourceforge.net>
Fri, 24 Oct 2003 09:14:19 +0000 (09:14 +0000)
Src/DirDoc.cpp
Src/readme.txt

index 0287ebb..992179e 100644 (file)
@@ -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;
index 1cf58c2..b99674c 100644 (file)
@@ -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 ])