mirror of
https://github.com/upx/upx
synced 2025-09-28 19:06:07 +08:00
Cleanups.
committer: mfx <mfx> 980615091 +0000
This commit is contained in:
parent
5f678d10cb
commit
3d732625a7
|
@ -311,13 +311,10 @@ static int init(screen_t *this, int fd)
|
|||
if (getPage(this) != 0)
|
||||
return -1;
|
||||
|
||||
#if 1
|
||||
#if 1 && defined(__DJGPP__)
|
||||
/* check for Windows NT/2000 */
|
||||
{
|
||||
unsigned v = _get_dos_version(1);
|
||||
if (v == 0x0532)
|
||||
return -1;
|
||||
}
|
||||
if (_get_dos_version(1) == 0x0532)
|
||||
return -1;
|
||||
#endif
|
||||
|
||||
cols = ScreenCols();
|
||||
|
|
Loading…
Reference in New Issue
Block a user