Ignore:
Timestamp:
Dec 7, 2000, 1:00:24 PM (25 years ago)
Author:
sandervl
Message:

Rewrote GetLogicalDrives, minor fixes for GetDriveType

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kernel32/oslibdos.h

    r4555 r4763  
    1 /* $Id: oslibdos.h,v 1.26 2000-11-05 13:40:46 sandervl Exp $ */
     1/* $Id: oslibdos.h,v 1.27 2000-12-07 12:00:24 sandervl Exp $ */
    22
    33/*
     
    204204
    205205ULONG OSLibDosQuerySysInfo(ULONG iStart, ULONG iLast, PVOID pBuf, ULONG cbBuf);
    206 
     206ULONG OSLibGetDriveType(ULONG diskIndex);
     207ULONG OSLibGetLogicalDrives();
     208ULONG OSLibDosQueryCurrentDisk();
    207209
    208210#ifdef OS2DEF_INCLUDED
Note: See TracChangeset for help on using the changeset viewer.