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:
Pascal Stumpf
2012-08-11 13:57:26 +02:00
committed by Jon Trulson
parent 7c3a972d32
commit e3ad7e24e3
23 changed files with 75 additions and 57 deletions

View File

@@ -120,7 +120,7 @@ class Condition : public DtCPlusPlusAllocator {
int state(void);
int operator=(int);
operator += (int);
int operator += (int);
operator int(void);
void wait(void);