none
This commit is contained in:
@@ -439,7 +439,7 @@ bool gareafile::ReadAreafile(word crc, char* parameters) {
|
||||
#ifndef GCFG_NORA
|
||||
case CRC_REMOTEACCESS: ReadRemoteAccess(parameters); break;
|
||||
#endif
|
||||
#if not defined(GCFG_NOSQSH) or not defined(GCFG_NOPARTOSS)
|
||||
#if !defined(GCFG_NOSQSH) || !defined(GCFG_NOPARTOSS)
|
||||
case CRC_PARTOSS:
|
||||
case CRC_SQUISH: ReadSquish(parameters); break;
|
||||
#endif
|
||||
|
@@ -283,7 +283,7 @@ protected:
|
||||
#ifndef GCFG_NOQECHO
|
||||
void ReadQEchoFile(char* file, char* options, char* origin);
|
||||
#endif
|
||||
#if not defined(GCFG_NOSQSH) or not defined(GCFG_NOPARTOSS)
|
||||
#if !defined(GCFG_NOSQSH) || !defined(GCFG_NOPARTOSS)
|
||||
void ReadSquishFile(char* path, char* file, char* options, char* origin, int group);
|
||||
#endif
|
||||
#ifndef GCFG_NOTIMED
|
||||
@@ -412,7 +412,7 @@ public:
|
||||
#ifndef GCFG_NORA
|
||||
void ReadRemoteAccess(char* tag);
|
||||
#endif
|
||||
#if not defined(GCFG_NOSQSH) or not defined(GCFG_NOPARTOSS)
|
||||
#if !defined(GCFG_NOSQSH) || !defined(GCFG_NOPARTOSS)
|
||||
void ReadSquish(char* tag);
|
||||
#endif
|
||||
#ifndef GCFG_NOSBBS
|
||||
|
@@ -71,7 +71,7 @@ bool gareafile::jbstrcpy(char *dest, char *src, size_t maxlen, size_t *jbc) {
|
||||
|
||||
|
||||
// ------------------------------------------------------------------
|
||||
// Read areas from HPT (echomail processor)
|
||||
// Read areas from Crashmail (echomail processor)
|
||||
|
||||
void gareafile::ReadCrashmail(char* tag) {
|
||||
|
||||
|
Reference in New Issue
Block a user