X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/d02852036df240b17f3164a940383502829435a4..b879becf6af686ab38d1c67799d837c64fb4833d:/src/generic/busyinfo.cpp 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);