]> git.saurik.com Git - wxWidgets.git/blame - include/wx/x11/chkconf.h
added missing wxUniChar::operator=(wxUniCharRef)
[wxWidgets.git] / include / wx / x11 / chkconf.h
CommitLineData
05024233
VS
1/*
2 * Name: wx/x11/chkconf.h
3 * Purpose: Compiler-specific configuration checking
4 * Author: Julian Smart
5 * Modified by:
6 * Created: 01/02/97
7 * RCS-ID: $Id$
8 * Copyright: (c) Julian Smart
9 * Licence: wxWindows licence
10 */
11
12/* THIS IS A C FILE, DON'T USE C++ FEATURES (IN PARTICULAR COMMENTS) IN IT */
13
14#ifndef _WX_X11_CHKCONF_H_
15#define _WX_X11_CHKCONF_H_
16
17
18/* wxPalette is always needed */
19#if !wxUSE_PALETTE
20# error "wxX11 requires wxUSE_PALETTE=1"
21#endif
22
23#endif /* _WX_X11_CHKCONF_H_ */