X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/63ec432bd7b9c93961e85e871bcb31758364a634..472eec8a0391538e4dcf7f7c6c4f4d44c8383616:/include/wx/statbox.h diff --git a/include/wx/statbox.h b/include/wx/statbox.h index 29ab7c42e0..efeeee65b2 100644 --- a/include/wx/statbox.h +++ b/include/wx/statbox.h @@ -56,8 +56,10 @@ private: #include "wx/msw/statbox.h" #elif defined(__WXMOTIF__) #include "wx/motif/statbox.h" -#elif defined(__WXGTK__) +#elif defined(__WXGTK20__) #include "wx/gtk/statbox.h" +#elif defined(__WXGTK__) + #include "wx/gtk1/statbox.h" #elif defined(__WXMAC__) #include "wx/mac/statbox.h" #elif defined(__WXCOCOA__)