Changeset 919 for trunk/src/kernel32/thread.cpp
- Timestamp:
- Sep 13, 1999, 3:16:21 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kernel32/thread.cpp
r705 r919 1 /* $Id: thread.cpp,v 1.1 2 1999-08-26 12:55:37 sandervlExp $ */1 /* $Id: thread.cpp,v 1.13 1999-09-13 13:16:21 phaller Exp $ */ 2 2 3 3 /* … … 97 97 hThread)); 98 98 99 /* @@@PH: map os/2 priority model to win32 priority model */ 100 99 101 return O32_GetThreadPriority(hThread); 100 102 } … … 115 117 hThread, 116 118 priority)); 119 120 /* @@@PH: map win32 priority model to os/2 priority model */ 117 121 118 122 return O32_SetThreadPriority(hThread, priority);
Note:
See TracChangeset
for help on using the changeset viewer.