check for wxUSE_DYNLIB_CLASS corrected
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5325 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
559d79aa3a
commit
7d67275288
@ -38,8 +38,8 @@
|
||||
#include "wx/event.h"
|
||||
#endif
|
||||
|
||||
#ifndef wxUSE_DYNLIB_CLASS
|
||||
#error You need wxUSE_DYNLIB_CLASS to be 1 to compile dialup.cpp.
|
||||
#if !wxUSE_DYNLIB_CLASS
|
||||
#error You need wxUSE_DYNLIB_CLASS to be 1 to compile dialup.cpp.
|
||||
#endif
|
||||
|
||||
#include "wx/dynlib.h"
|
||||
|
Loading…
Reference in New Issue
Block a user