git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@60859
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
#include "wx/image.h"
#include "wx/url.h"
+#include "wx/log.h"
#include "wx/mstream.h"
#include "wx/zstream.h"
#include "wx/wfstream.h"
if ( !TestAppBase::OnInit() )
return false;
- cout << "Test program for wxWidgets\n"
+#if wxUSE_GUI
+ cout << "Test program for wxWidgets GUI features\n"
+#else
+ cout << "Test program for wxWidgets non-GUI features\n"
+#endif
<< "build: " << WX_BUILD_OPTIONS_SIGNATURE << std::endl;
#if wxUSE_GUI