X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/4055ed8281971e3d35bf04177193c27043d42ed1..eba99da4c0563e6508761272a1e1f1b791d0af6b:/include/wx/palmos/chkconf.h diff --git a/include/wx/palmos/chkconf.h b/include/wx/palmos/chkconf.h index d172c90ba6..121f45d407 100644 --- a/include/wx/palmos/chkconf.h +++ b/include/wx/palmos/chkconf.h @@ -1,10 +1,10 @@ /* * Name: wx/palmos/chkconf.h * Purpose: Compiler-specific configuration checking - * Author: William Osborne + * Author: William Osborne - minimal working wxPalmOS port * Modified by: * Created: 10/13/04 - * RCS-ID: $Id: + * RCS-ID: $Id$ * Copyright: (c) William Osborne * Licence: wxWindows licence */ @@ -14,6 +14,15 @@ #ifndef _WX_PALMOS_CHKCONF_H_ #define _WX_PALMOS_CHKCONF_H_ +#if WXWIN_COMPATIBILITY_2_4 + #error "wxPalmOS port was introduced after 2.4.X" +#endif + +#ifdef wxUSE_FILECONFIG + #undef wxUSE_FILECONFIG +#endif +#define wxUSE_FILECONFIG 0 + /* * disable the settings which don't work for some compilers */ @@ -21,7 +30,6 @@ /* * If using PostScript-in-MSW in Univ, must enable PostScript */ - #if defined(__WXUNIVERSAL__) && wxUSE_POSTSCRIPT_ARCHITECTURE_IN_MSW && !wxUSE_POSTSCRIPT #undef wxUSE_POSTSCRIPT #define wxUSE_POSTSCRIPT 1