X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/82922a02d831317ca846f5d741863c676dc30c13..7843d11bdca4860661bdb9b571373706c9f02456:/src/msw/dc.cpp diff --git a/src/msw/dc.cpp b/src/msw/dc.cpp index 190526870a..8caa96a2e7 100644 --- a/src/msw/dc.cpp +++ b/src/msw/dc.cpp @@ -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,