]> git.saurik.com Git - wxWidgets.git/blob - include/wx/mac/display.h
fixed cases where __WXMAC_CLASSIC__, __WXMAC_CARBON__, and __WXMAC_OSX__ were being...
[wxWidgets.git] / include / wx / mac / display.h
1 #ifdef __WXMAC_CLASSIC__
2 #include "wx/mac/classic/display.h"
3 #else
4 #include "wx/mac/carbon/display.h"
5 #endif