Ignore:
Timestamp:
Sep 13, 1999, 3:16:21 PM (26 years ago)
Author:
phaller
Message:

To fix: mapping between thread priority models

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kernel32/thread.cpp

    r705 r919  
    1 /* $Id: thread.cpp,v 1.12 1999-08-26 12:55:37 sandervl Exp $ */
     1/* $Id: thread.cpp,v 1.13 1999-09-13 13:16:21 phaller Exp $ */
    22
    33/*
     
    9797             hThread));
    9898
     99  /* @@@PH: map os/2 priority model to win32 priority model */
     100
    99101    return O32_GetThreadPriority(hThread);
    100102}
     
    115117             hThread,
    116118             priority));
     119
     120  /* @@@PH: map win32 priority model to os/2 priority model */
    117121
    118122    return O32_SetThreadPriority(hThread, priority);
Note: See TracChangeset for help on using the changeset viewer.