Current state of my dtmail work.
Mostly #ifdefs and casts; also, do not redefine strcasestr(). This will probably be needed for Linux too when compiling without -fpermissive.
This commit is contained in:
committed by
Jon Trulson
parent
7c3a972d32
commit
e3ad7e24e3
@@ -728,6 +728,7 @@ FindDialog::compareMessage(DtMailMessageHandle handle)
|
||||
return(found);
|
||||
}
|
||||
|
||||
#if !defined(CSRG_BASED)
|
||||
//
|
||||
// See if string 'toFind' is anyware in string 'str'.
|
||||
// A case-insensitive version of strstr().
|
||||
@@ -762,6 +763,7 @@ strcasestr(const char *str, const char *toFind)
|
||||
}
|
||||
return(result);
|
||||
}
|
||||
#endif
|
||||
|
||||
Boolean
|
||||
FindDialog::compareHeader(DtMailEnv & error,
|
||||
|
||||
Reference in New Issue
Block a user