Ignore:
Timestamp:
Nov 1, 1999, 12:57:09 AM (26 years ago)
Author:
bird
Message:

Updated option/argument handling.
Corrected a few bugs.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/win32k/include/yield.h

    r847 r1535  
    1 /* $Id: yield.h,v 1.1 1999-09-06 02:20:00 bird Exp $
     1/* $Id: yield.h,v 1.2 1999-10-31 23:57:05 bird Exp $
     2 *
    23 * Yield - conversion may take some time. So it is necessary to
    34 *         check it's time to yield the processor to other processes.
     
    1314#endif
    1415
    15 void Yield(void);
     16
     17#ifdef RING0
     18    BOOL Yield(void);
     19#else
     20    #define Yield() FALSE
     21#endif
     22
    1623
    1724#ifdef __cplusplus
Note: See TracChangeset for help on using the changeset viewer.