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/user32/dbgwrap.cpp

    r21916 r21953  
    146146LRESULT WINAPI EditWndProcA( HWND hwnd, UINT msg, WPARAM wParam, LPARAM lParam );
    147147
     148BOOL WIN32API UpdateLayeredWindow(HWND hwnd, HDC hdcDst, POINT *pptDst,SIZE *psize,
     149                                  HDC hdcSrc, POINT *pptSrc, COLORREF crKey, BLENDFUNCTION *pblend,
     150                                  DWORD dwFlags);
     151
    148152
    149153DEBUGWRAP12(AttachThreadInput)
     
    258262DEBUGWRAP4(WINNLSGetIMEHotkey)
    259263
     264DEBUGWRAP36(UpdateLayeredWindow)
    260265
    261266
Note: See TracChangeset for help on using the changeset viewer.