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

Alpha version if JavaScript or Unix.

parent d1320059
No related branches found
No related tags found
No related merge requests found
......@@ -37,7 +37,11 @@
#include "sbbs.h"
#define BETA " alpha" /* Space if non-beta, " beta" otherwise */
#if defined(JAVASCRIPT) || defined(__unix__)
#define BETA " alpha"
#else
#define BETA " beta" /* Space if non-beta, " beta" otherwise */
#endif
#if defined(_WINSOCKAPI_)
extern WSADATA WSAData;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment