mirror of
git://git.code.sf.net/p/cdesktopenv/code
synced 2025-03-09 15:50:02 +00:00
Use the system strcasestr() on Linux.
This commit is contained in:
parent
44e384aedb
commit
0ea703ed1e
1 changed files with 1 additions and 1 deletions
|
@ -728,7 +728,7 @@ FindDialog::compareMessage(DtMailMessageHandle handle)
|
||||||
return(found);
|
return(found);
|
||||||
}
|
}
|
||||||
|
|
||||||
#if !defined(CSRG_BASED)
|
#if !defined(CSRG_BASED) && !defined(linux)
|
||||||
//
|
//
|
||||||
// See if string 'toFind' is anyware in string 'str'.
|
// See if string 'toFind' is anyware in string 'str'.
|
||||||
// A case-insensitive version of strstr().
|
// A case-insensitive version of strstr().
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue