Ignore:
Timestamp:
Jan 31, 2012, 10:16:33 PM (14 years ago)
Author:
dmik
Message:

Add a bunch of Win32 API stubs needed for Flash above 10.0.45.

This is mainly to prevent the plugin from hitting the breakpoints in
the debug version of Odin. These APIs seem to be only referenced
by some of the libraries built in to the Win32 plugin DLL but never
actually called at runtime. This is why the release version of Odin
does not complain and Flash actually works w/o them at all.

File:
1 edited

Legend:

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

    r21919 r21953  
    257257     CreateTapePartition        = "_CreateTapePartition@16"        @177
    258258     CreateThread               = "_CreateThread@24"               @178
     259     OpenThread                 = "_OpenThread@12"                 @1049
    259260;;;;     CreateToolhelp32Snapshot   = _CreateToolhelp32Snapshot@8      @179  ;W95
    260261;    CreateVirtualBuffer        = _CreateVirtualBuffer@??          @68   ;NT
     
    701702    QueryPerformanceFrequency  = "_QueryPerformanceFrequency@4" @565
    702703;   QueryWin31IniFilesMappedToRegistry = _QueryWin31IniFilesMappedToRegistry@?? ;NT
    703 ;   QueueUserAPC               = _QueueUserAPC@??            @566
     704    QueueUserAPC               = "_QueueUserAPC@12"          @566
    704705    RaiseException             = "_RaiseException@16"        @567
    705706    ReadConsoleA               = "_ReadConsoleA@20"          @568
Note: See TracChangeset for help on using the changeset viewer.