Ignore:
Timestamp:
Nov 10, 1999, 2:45:38 AM (26 years ago)
Author:
bird
Message:

Some bugsfixes - Yield is disabled.
Added parameters.
Correcte moduleheaders.
Introduced a new base class for virtual lx modules + some elf sketches.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/win32k/misc/yield.c

    r1535 r1678  
    1 /* $Id: yield.c,v 1.3 1999-10-31 23:57:08 bird Exp $
     1/* $Id: yield.c,v 1.4 1999-11-10 01:45:37 bird Exp $
    22 *
    33 * Yield - conversion may take some time. So it is necessary to
     
    55 *
    66 * Copyright (c) 1998-1999 knut st. osmundsen
     7 *
     8 * Project Odin Software License can be found in LICENSE.TXT
    79 *
    810 */
     
    2931BOOL Yield(void)
    3032{
     33    #if 0 /* Don't work on SMP and may cause trouble with logging at all machines... */
    3134    PBYTE  pfbYield;
    3235
     
    3740        return TRUE;
    3841    }
    39 
     42    #endif
    4043    return FALSE;
    4144}
Note: See TracChangeset for help on using the changeset viewer.