From: Vadim Zeitlin Date: Sun, 30 Dec 2001 22:35:44 +0000 (+0000) Subject: compilation fix for wxUSE_DYNLOAD X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/481fcc780da6b3ddbee3bd9f1eca5aafeef0a58b compilation fix for wxUSE_DYNLOAD git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13256 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/common/dynlib.cpp b/src/common/dynlib.cpp index 6b824855ad..996c2cf38b 100644 --- a/src/common/dynlib.cpp +++ b/src/common/dynlib.cpp @@ -27,7 +27,7 @@ #pragma hdrstop #endif -#if wxUSE_DYNLIB_CLASS +#if wxUSE_DYNLIB_CLASS && !wxUSE_DYNAMIC_LOADER #if defined(__WINDOWS__) #include "wx/msw/private.h"