Changeset 1678 for trunk/src/win32k/misc/yield.c
- Timestamp:
- Nov 10, 1999, 2:45:38 AM (26 years ago)
- 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:08bird Exp $1 /* $Id: yield.c,v 1.4 1999-11-10 01:45:37 bird Exp $ 2 2 * 3 3 * Yield - conversion may take some time. So it is necessary to … … 5 5 * 6 6 * Copyright (c) 1998-1999 knut st. osmundsen 7 * 8 * Project Odin Software License can be found in LICENSE.TXT 7 9 * 8 10 */ … … 29 31 BOOL Yield(void) 30 32 { 33 #if 0 /* Don't work on SMP and may cause trouble with logging at all machines... */ 31 34 PBYTE pfbYield; 32 35 … … 37 40 return TRUE; 38 41 } 39 42 #endif 40 43 return FALSE; 41 44 }
Note:
See TracChangeset
for help on using the changeset viewer.