Changed the pragmas to allow debugging under Linux

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10823 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart
2001-07-04 17:12:37 +00:00
parent 70f3fad609
commit 7190821305
51 changed files with 60 additions and 53 deletions

View File

@@ -229,13 +229,16 @@
# endif
#endif /* !defined(wxUSE_LOGWINDOW) */
/* For now... */
#ifndef __WXGTK__
#ifndef wxUSE_LOG_DIALOG
# ifdef wxABORT_ON_CONFIG_ERROR
# error "wxUSE_LOG_DIALOG must be defined."
# else
# define wxUSE_LOG_DIALOG 0
# endif
#endif /* !defined(wxUSE_LOGWINDOW) */
#endif /* !defined(wxUSE_LOG_DIALOG) */
#endif
#ifndef wxUSE_MDI_ARCHITECTURE
# ifdef wxABORT_ON_CONFIG_ERROR