#include "wx/version.h"
+class WXDLLIMPEXP_BASE wxAppConsole;
+
// ----------------------------------------------------------------------------
// wxBuildOptions
// ----------------------------------------------------------------------------
bool m_isDebug;
// actually only CheckBuildOptions() should be our friend but well...
- friend class wxAppBase;
+ friend class wxAppConsole;
};
#endif // _WX_BUILD_H_