Changeset 91 for trunk/src/helpers/dosh2.c
- Timestamp:
- Aug 2, 2001, 10:36:35 PM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/helpers/dosh2.c
r76 r91 753 753 VOID ParseBldLevel(PEXECUTABLE pExec) 754 754 { 755 const char *pStartOfAuthor = 0,755 const char // *pStartOfAuthor = 0, 756 756 *pStartOfVendor = 0; 757 757 … … 1601 1601 BYTE bLen; 1602 1602 CHAR achName[256]; 1603 int i;1603 // int i; 1604 1604 1605 1605 ENSURE(DosRead(pExec->hfExe, &bLen, 1, &ulDummy)); … … 1747 1747 if (cFunctions) 1748 1748 { 1749 USHORT usOrdinal = 1,1750 usCurrent = 0;1749 // USHORT usOrdinal = 1; 1750 // usCurrent = 0; 1751 1751 1752 1752 paFunctions = (PFSYSFUNCTION)malloc(sizeof(FSYSFUNCTION) * cFunctions); … … 3707 3707 ADDRESS hDrive = pDriveControlRecord->Drive_Handle; 3708 3708 3709 Drive_Information_Record pDriveInfoRecord3709 /* Drive_Information_Record pDriveInfoRecord 3710 3710 = pLVMInfo->Get_Drive_Status(hDrive, 3711 3711 &Error); … … 3713 3713 _Pmpf((" drive %d Get_Drive_Status Error: %d", ulDisk, Error)); 3714 3714 3715 if (!Error) 3715 if (!Error) */ 3716 3716 { 3717 3717 Partition_Information_Array PIA … … 3770 3770 } 3771 3771 } 3772 else3772 /* else 3773 3773 // error: 3774 break; 3774 break; */ 3775 3775 } 3776 3776
Note:
See TracChangeset
for help on using the changeset viewer.