Changeset 1678 for trunk/src/win32k/include/yield.h
- Timestamp:
- Nov 10, 1999, 2:45:38 AM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/win32k/include/yield.h
r1535 r1678 1 /* $Id: yield.h,v 1. 2 1999-10-31 23:57:05bird Exp $1 /* $Id: yield.h,v 1.3 1999-11-10 01:45:34 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 */ … … 18 20 BOOL Yield(void); 19 21 #else 20 #define Yield() FALSE22 #define Yield() (DosSleep(0) == NO_ERROR) 21 23 #endif 22 24
Note:
See TracChangeset
for help on using the changeset viewer.