From: Vadim Zeitlin Date: Fri, 31 Mar 2006 00:03:15 +0000 (+0000) Subject: use wx/dynlib.h and not wx/dynload.h (patch 1448691) X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/dedba2a11f68439a2d438c72e4baa8438fe713b2 use wx/dynlib.h and not wx/dynload.h (patch 1448691) git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@38459 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/msw/uxtheme.h b/include/wx/msw/uxtheme.h index 0639f678a1..7bc6d0ce72 100644 --- a/include/wx/msw/uxtheme.h +++ b/include/wx/msw/uxtheme.h @@ -72,7 +72,7 @@ typedef HRESULT (__stdcall *PFNWXUENABLETHEMING)(BOOL); // we always define this class, even if wxUSE_UXTHEME == 0, but we just make it // empty in this case -- this allows to use it elsewhere without any #ifdefs #if wxUSE_UXTHEME - #include "wx/dynload.h" + #include "wx/dynlib.h" #define wxUX_THEME_DECLARE(type, func) type func; #else