Ignore:
Timestamp:
Aug 2, 2001, 10:36:35 PM (24 years ago)
Author:
umoeller
Message:

Misc changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/helpers/dosh2.c

    r76 r91  
    753753VOID ParseBldLevel(PEXECUTABLE pExec)
    754754{
    755     const char  *pStartOfAuthor = 0,
     755    const char  // *pStartOfAuthor = 0,
    756756                *pStartOfVendor = 0;
    757757
     
    16011601        BYTE   bLen;
    16021602        CHAR   achName[256];
    1603         int    i;
     1603        // int    i;
    16041604
    16051605        ENSURE(DosRead(pExec->hfExe, &bLen, 1, &ulDummy));
     
    17471747            if (cFunctions)
    17481748            {
    1749                 USHORT usOrdinal = 1,
    1750                        usCurrent = 0;
     1749                // USHORT usOrdinal = 1;
     1750                       // usCurrent = 0;
    17511751
    17521752                paFunctions = (PFSYSFUNCTION)malloc(sizeof(FSYSFUNCTION) * cFunctions);
     
    37073707                ADDRESS hDrive = pDriveControlRecord->Drive_Handle;
    37083708
    3709                 Drive_Information_Record pDriveInfoRecord
     3709                /* Drive_Information_Record pDriveInfoRecord
    37103710                    = pLVMInfo->Get_Drive_Status(hDrive,
    37113711                                                 &Error);
     
    37133713                _Pmpf(("  drive %d Get_Drive_Status Error: %d", ulDisk, Error));
    37143714
    3715                 if (!Error)
     3715                if (!Error) */
    37163716                {
    37173717                    Partition_Information_Array PIA
     
    37703770                    }
    37713771                }
    3772                 else
     3772                /* else
    37733773                    // error:
    3774                     break;
     3774                    break; */
    37753775            }
    37763776
Note: See TracChangeset for help on using the changeset viewer.