]> git.saurik.com Git - wxWidgets.git/blobdiff - src/generic/logg.cpp
compilation fix for broken OS/2 compiler
[wxWidgets.git] / src / generic / logg.cpp
index a27b1945a1e3028b78cadad9d5299377e20966b2..c5e260c9b20eb54b23496a009391e63c88207a03 100644 (file)
   #include  "wx/msw/private.h"
 #endif // Windows
 
-// may be defined to 0 for old behavior (using wxMessageBox) - shouldn't be
-// changed normally (that's why it's here and not in setup.h).
-// Actually it now is in setup.h.
-#ifndef wxUSE_LOG_DIALOG
-#define wxUSE_LOG_DIALOG 1
-#endif
-
 #if wxUSE_LOG_DIALOG
     #include "wx/listctrl.h"
     #include "wx/imaglist.h"
     #include "wx/image.h"
-#else // !wxUSE_TEXTFILE
+#else // !wxUSE_LOG_DIALOG
     #include "wx/msgdlg.h"
 #endif // wxUSE_LOG_DIALOG/!wxUSE_LOG_DIALOG