more beta

BETA_INFO was being used in win32 code but
it is only defined in version.c
This commit is contained in:
nethack.allison
2002-12-26 17:14:34 +00:00
parent 70d60e16d2
commit 676df2da62
2 changed files with 7 additions and 14 deletions

View File

@@ -85,12 +85,6 @@ void mswin_display_splash_window (BOOL show_ver)
char buf[BUFSZ];
getversionstring(buf);
sprintf(eos(buf), "%s",
#if defined(BETA) && defined(BETA_INFO)
BETA_INFO);
#else
"");
#endif
SetWindowText(GetDlgItem(hWnd, IDC_EXTRAINFO), buf);
} else {