This commit is contained in:
Alexander S. Aganichev
2001-04-15 19:24:44 +00:00
parent 54e47b7b0a
commit 4934ba030c
72 changed files with 348 additions and 348 deletions

View File

@@ -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

View File

@@ -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

View File

@@ -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) {