Cleanups.
committer: mfx <mfx> 980615091 +0000
This commit is contained in:
+3
-6
@@ -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);
|
return -1;
|
||||||
if (v == 0x0532)
|
|
||||||
return -1;
|
|
||||||
}
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
cols = ScreenCols();
|
cols = ScreenCols();
|
||||||
|
|||||||
Reference in New Issue
Block a user