compilation fix for wxUSE_DYNLOAD

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13256 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2001-12-30 22:35:44 +00:00
parent 091225b4a7
commit 481fcc780d

View File

@@ -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"