moved dynamic loader option checks to chkconf.h

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13125 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Ron Lee
2001-12-20 02:39:38 +00:00
parent 90a683695b
commit 0316942268
4 changed files with 67 additions and 21 deletions

View File

@@ -44,12 +44,7 @@
#include "wx/msw/private.h" // must be before #include "dynlib.h"
#if wxUSE_DYNAMIC_LOADER || wxUSE_DYNLIB_CLASS
#include "wx/dynlib.h"
#else
#error You need wxUSE_DYNAMIC_LOADER to be 1 to compile dialup.cpp.
#endif
#include "wx/dialup.h"
DEFINE_EVENT_TYPE(wxEVT_DIALUP_CONNECTED)