Ignore:
Timestamp:
Aug 19, 1999, 12:00:58 AM (26 years ago)
Author:
phaller
Message:

Add: stub for SetThreadPriorityBoost

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kernel32/KERNEL32.DEF

    r558 r559  
    1 ; $Id: KERNEL32.DEF,v 1.23 1999-08-18 21:54:27 phaller Exp $
     1; $Id: KERNEL32.DEF,v 1.24 1999-08-18 22:00:57 phaller Exp $
    22
    33;Created by BLAST for IBM's compiler
     
    794794    SetThreadLocale            = _SetThreadLocale@4         @671
    795795    SetThreadPriority          = _SetThreadPriority@8       @672
    796 ;   SetThreadPriorityBoost     = _SetThreadPriorityBoost@?              ;NT
     796    SetThreadPriorityBoost     = _SetThreadPriorityBoost@8  @787        ;NT
    797797    SetTimeZoneInformation     = _SetTimeZoneInformation@4  @673
    798798    SetUnhandledExceptionFilter  = _SetUnhandledExceptionFilter@4 @674
Note: See TracChangeset for help on using the changeset viewer.