#include <windowsx.h>
#include "wx/msw/private.h"
- #if defined(__WXWINCE__) && !wxUSE_SMARTPHONE
+ #ifndef __SMARTPHONE__
#include <commdlg.h>
#endif
}
// Now convert the DEVMODE object, passed down from the PRINTDLG object,
- // into wxWindows form.
+ // into wxWidgets form.
m_printData.ConvertFromNative();
m_printFromPage = pd->nFromPage;