Ignore:
Timestamp:
Dec 3, 2001, 1:13:10 PM (24 years ago)
Author:
sandervl
Message:

priority updates/changes

File:
1 edited

Legend:

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

    r7482 r7532  
    1 /* $Id: oslibdos.h,v 1.40 2001-11-29 10:53:28 phaller Exp $ */
     1/* $Id: oslibdos.h,v 1.41 2001-12-03 12:13:09 sandervl Exp $ */
    22
    33/*
     
    359359
    360360DWORD OSLibDosDevConfig(PVOID pdevinfo, ULONG item);
     361void  OSLibDosSleep(ULONG msecs);
     362
     363DWORD OSLibDosSetPriority(ULONG tid, int priority);
    361364
    362365#endif //__OSLIBDOS_H__
Note: See TracChangeset for help on using the changeset viewer.