11 lines
95 B
C
11 lines
95 B
C
|
/* mbsebbs.h */
|
||
|
|
||
|
#ifndef _MBSEBBS_H
|
||
|
#define _MBSEBBS_H
|
||
|
|
||
|
#define ReleaseDate __DATE__
|
||
|
|
||
|
|
||
|
#endif
|
||
|
|