Skip to content
Snippets Groups Projects
Commit e1a55550 authored by rswindell's avatar rswindell
Browse files

Switched to new src/xpdev wrapper files.

Increased rev to 'i'.
parent d1e11df7
Branches
Tags
No related merge requests found
......@@ -47,7 +47,7 @@
/*************/
#define VERSION "3.10" /* Version: Major.minor */
#define REVISION 'h' /* Revision: lowercase letter */
#define REVISION 'i' /* Revision: lowercase letter */
#define VERSION_NOTICE "Synchronet BBS for "PLATFORM_DESC\
" Version " VERSION
......@@ -798,6 +798,9 @@ enum { /* Values of mode for userlist function */
#define ANSI_RESTORE() rputs("\x1b[u")
#define GOTOXY(x,y) rprintf("\x1b[%d;%dH",y,x);
#define TM_YEAR(yy) ((yy)%100)
#define sbbs_beep(f,d) BEEP(f,d)
#define mswait(x) SLEEP(x)
#define sbbs_random(x) xp_random(x)
#ifdef __cplusplus
extern "C" {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment