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
@@ -66,8 +66,8 @@ extern "C" void * RFCMetaFactory(const char * op);
|
||||
extern "C" void * V3MetaFactory(const char * op);
|
||||
|
||||
static const SymTable symbol_table[] = {
|
||||
{ "RFCMetaFactory", RFCMetaFactory },
|
||||
{ "V3MetaFactory", V3MetaFactory },
|
||||
{ "RFCMetaFactory", (void *)RFCMetaFactory },
|
||||
{ "V3MetaFactory", (void *)V3MetaFactory },
|
||||
{ NULL, NULL }
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user