]>
git.saurik.com Git - wxWidgets.git/blob - include/wx/x11/chkconf.h
2 * Name: wx/x11/chkconf.h
3 * Purpose: Compiler-specific configuration checking
8 * Copyright: (c) Julian Smart
9 * Licence: wxWindows licence
12 /* THIS IS A C FILE, DON'T USE C++ FEATURES (IN PARTICULAR COMMENTS) IN IT */
14 #ifndef _WX_X11_CHKCONF_H_
15 #define _WX_X11_CHKCONF_H_
18 /* wxPalette is always needed */
20 # error "wxX11 requires wxUSE_PALETTE=1"
23 #endif /* _WX_X11_CHKCONF_H_ */