]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/dc.cpp
fixed linker errors
[wxWidgets.git] / src / msw / dc.cpp
index 190526870a23c07916285f508b3ae16736b253b2..8caa96a2e7df9b950a12eac3346d7e5de65b9a66 100644 (file)
@@ -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,