Fix for [ 748885 ] dialoged does not contain check for wxUSE_WX_RESOURCES

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@20935 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart
2003-06-05 12:15:05 +00:00
parent 19eea942ad
commit e885525adb

View File

@@ -23,6 +23,10 @@
#include "wx/wx.h"
#endif
#if !wxUSE_WX_RESOURCES
#error "Dialog editor requires wxUSE_WX_RESOURCES"
#endif // wxUSE_WX_RESOURCES
#include "dialoged.h"
#if !wxUSE_PROPSHEET