added a few #ifdefs needed to build a smaller library (patch 751523)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@21147 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -2280,7 +2280,7 @@ static bool AlphaBlt(HDC hdcDst,
|
||||
wxASSERT_MSG( hdcDst && hdcSrc, _T("AlphaBlt(): invalid HDC") );
|
||||
|
||||
// do we have AlphaBlend() and company in the headers?
|
||||
#ifdef AC_SRC_OVER
|
||||
#if defined(AC_SRC_OVER) && wxUSE_DYNLIB_CLASS
|
||||
// yes, now try to see if we have it during run-time
|
||||
typedef BOOL (WINAPI *AlphaBlend_t)(HDC,int,int,int,int,
|
||||
HDC,int,int,int,int,
|
||||
|
Reference in New Issue
Block a user