author | Ryan C. Gordon <icculus@icculus.org> |
Wed, 21 Aug 2002 23:34:18 +0000 | |
changeset 472 | 63c6c4f34760 |
parent 471 | 80ba173a3125 |
child 473 | ae3574e75c5f |
platform/os2.c | file | annotate | diff | comparison | revisions |
--- a/platform/os2.c Wed Aug 21 22:33:52 2002 +0000 +++ b/platform/os2.c Wed Aug 21 23:34:18 2002 +0000 @@ -270,7 +270,6 @@ rc = DosQueryCurrentDisk(&dummy, &drivemap); BAIL_IF_MACRO(os2err(rc) != NO_ERROR, NULL, retval); - /* !!! FIXME: the a, b, and c drives are almost certainly NOT cdroms... */ for (i = 0, bit = 1; i < 26; i++, bit <<= 1) { if (drivemap & bit) /* this logical drive exists. */