wxBase/GUI separation: 1st step, wxMSW should build, all the rest is broken
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@21342 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -74,6 +74,18 @@ public:
|
||||
|
||||
#endif // wxUSE_GUI
|
||||
|
||||
// ----------------------------------------------------------------------------
|
||||
// implementation using the native way of outputting debug messages
|
||||
// ----------------------------------------------------------------------------
|
||||
|
||||
class WXDLLEXPORT wxMessageOutputDebug : public wxMessageOutput
|
||||
{
|
||||
public:
|
||||
wxMessageOutputDebug() { }
|
||||
|
||||
virtual void Printf(const wxChar* format, ...) ATTRIBUTE_PRINTF_2;
|
||||
};
|
||||
|
||||
// ----------------------------------------------------------------------------
|
||||
// implementation using wxLog (mainly for backwards compatibility)
|
||||
// ----------------------------------------------------------------------------
|
||||
|
Reference in New Issue
Block a user