X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e64df9bcc331d49d05a6dc7729ee08071e4c6408..34c9978dac9a0120731737d5c6c5f629d1ace32b:/include/wx/dcscreen.h diff --git a/include/wx/dcscreen.h b/include/wx/dcscreen.h index 268b42cec1..97fe316b8d 100644 --- a/include/wx/dcscreen.h +++ b/include/wx/dcscreen.h @@ -1,7 +1,9 @@ #ifndef _WX_DCSCREEN_H_BASE_ #define _WX_DCSCREEN_H_BASE_ -#if defined(__WXMSW__) +#if defined(__WXPALMOS__) +#include "wx/palmos/dcscreen.h" +#elif defined(__WXMSW__) #include "wx/msw/dcscreen.h" #elif defined(__WXMOTIF__) #include "wx/motif/dcscreen.h"