Cleanups.

committer: mfx <mfx> 980615091 +0000
This commit is contained in:
Markus F.X.J. Oberhumer
2001-01-27 17:04:51 +00:00
parent 5f678d10cb
commit 3d732625a7
+2 -5
View File
@@ -311,13 +311,10 @@ static int init(screen_t *this, int fd)
if (getPage(this) != 0) if (getPage(this) != 0)
return -1; return -1;
#if 1 #if 1 && defined(__DJGPP__)
/* check for Windows NT/2000 */ /* check for Windows NT/2000 */
{ if (_get_dos_version(1) == 0x0532)
unsigned v = _get_dos_version(1);
if (v == 0x0532)
return -1; return -1;
}
#endif #endif
cols = ScreenCols(); cols = ScreenCols();