bugfixing
This commit is contained in:
@@ -57,11 +57,11 @@ gmowcat2 cpp all nov bco bcx wcn wco wcx lnx emx djg rsx cyg
|
||||
gmowcat3 cpp all nov bco bcx wcn wco wcx lnx emx djg rsx cyg
|
||||
gmowcat4 cpp all nov bco bcx wcn wco wcx lnx emx djg rsx cyg
|
||||
gmowcat5 cpp all nov bco bcx wcn wco wcx lnx emx djg rsx cyg
|
||||
gmoxbbs1 cpp all nov bco wco emx
|
||||
gmoxbbs2 cpp all nov bco wco emx
|
||||
gmoxbbs3 cpp all nov bco wco emx
|
||||
gmoxbbs4 cpp all nov bco wco emx
|
||||
gmoxbbs5 cpp all nov bco wco emx
|
||||
gmoxbbs1 cpp all nov bco wco lnx emx djg cyg
|
||||
gmoxbbs2 cpp all nov bco wco lnx emx djg cyg
|
||||
gmoxbbs3 cpp all nov bco wco lnx emx djg cyg
|
||||
gmoxbbs4 cpp all nov bco wco lnx emx djg cyg
|
||||
gmoxbbs5 cpp all nov bco wco lnx emx djg cyg
|
||||
|
||||
## ------------------------------------------------------------------
|
||||
|
||||
|
@@ -119,21 +119,5 @@ void XbbsWideOpen();
|
||||
void XbbsWideClose();
|
||||
|
||||
|
||||
// ------------------------------------------------------------------
|
||||
// When not in OS/2, use DUMMY AdeptXBBS functions
|
||||
|
||||
#if !defined(__OS2__)
|
||||
|
||||
#ifndef GMB_NOXBBS
|
||||
inline void XbbsInit(const char*, int) { }
|
||||
inline void XbbsExit() { }
|
||||
|
||||
inline void XbbsWideOpen() { }
|
||||
inline void XbbsWideClose() { }
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
// ------------------------------------------------------------------
|
||||
|
||||
|
@@ -251,34 +251,6 @@ extern XbbsData* xbbsdata;
|
||||
extern int xbbsdatano;
|
||||
|
||||
|
||||
// ------------------------------------------------------------------
|
||||
|
||||
#if !defined(__OS2__)
|
||||
inline void XbbsArea::open() { }
|
||||
inline void XbbsArea::save_lastread() { }
|
||||
inline void XbbsArea::close() { }
|
||||
inline void XbbsArea::suspend() { }
|
||||
inline void XbbsArea::resume() { }
|
||||
inline void XbbsArea::scan() { }
|
||||
inline void XbbsArea::scan_area() { }
|
||||
inline void XbbsArea::scan_area_pm() { }
|
||||
inline int XbbsArea::load_message(int, gmsg*, XbbsHdr&) { return false; }
|
||||
inline int XbbsArea::load_hdr(gmsg*) { return false; }
|
||||
inline int XbbsArea::load_msg(gmsg*) { return false; }
|
||||
inline void XbbsArea::lock() { }
|
||||
inline void XbbsArea::unlock() { }
|
||||
inline void XbbsArea::save_message(int, gmsg*, XbbsHdr&) { }
|
||||
inline void XbbsArea::save_hdr(int, gmsg*) { }
|
||||
inline void XbbsArea::save_msg(int, gmsg*) { }
|
||||
inline void XbbsArea::del_msg(gmsg*) { }
|
||||
inline void XbbsArea::new_msgno(gmsg*) { }
|
||||
inline char* XbbsArea::user_lookup(char*) { return NULL; }
|
||||
inline int XbbsArea::renumber() { return false; }
|
||||
inline void XbbsArea::update_timesread(gmsg*) { }
|
||||
inline Line* XbbsArea::make_dump_msg(Line*&, gmsg*, char* lng_head) { return NULL; }
|
||||
#endif
|
||||
|
||||
|
||||
// ------------------------------------------------------------------
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user