1
0
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:
Markus F.X.J. Oberhumer 2001-01-27 17:04:51 +00:00
parent 5f678d10cb
commit 3d732625a7

View File

@ -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();