X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/d02852036df240b17f3164a940383502829435a4..04fa04d8067d235ab45b5bc05b65f0679634b541:/src/generic/busyinfo.cpp?ds=sidebyside diff --git a/src/generic/busyinfo.cpp b/src/generic/busyinfo.cpp index 2a95659dd1..245741c191 100644 --- a/src/generic/busyinfo.cpp +++ b/src/generic/busyinfo.cpp @@ -47,7 +47,7 @@ wxInfoFrame::wxInfoFrame(wxWindow *parent, const wxString& message) | wxFRAME_TOOL_WINDOW | wxSTAY_ON_TOP) { wxPanel *panel = new wxPanel( this ); -#if __WXGTK__ +#ifdef __WXGTK__ wxGenericStaticText *text = new wxGenericStaticText(panel, wxID_ANY, message); #else wxStaticText *text = new wxStaticText(panel, wxID_ANY, message);