Ignore:
Timestamp:
Feb 1, 2012, 12:11:48 PM (14 years ago)
Author:
dmik
Message:

Implement SwitchToThread() API.

This is in particular referenced by Flash 10.3 and above.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kernel32/kernel32.def

    r21953 r21956  
    852852    SuspendThread              = "_SuspendThread@4"          @681
    853853;   SwitchToFiber              = _SwitchToFiber@??                      ;NT
    854 ;   SwitchToThread             = _SwitchToThread@??                     ;NT
     854    SwitchToThread             = "_SwitchToThread@0"         @918       ;NT
    855855    SystemTimeToFileTime       = "_SystemTimeToFileTime@8"   @682
    856856    SystemTimeToTzSpecificLocalTime  = "_SystemTimeToTzSpecificLocalTime@12" @683
Note: See TracChangeset for help on using the changeset viewer.