Disable wxUSE_ENH_METAFILE for wxGTK builds.
[wxWidgets.git] / include / wx / choicdlg.h
1 /////////////////////////////////////////////////////////////////////////////
2 // Name: wx/choicdlg.h
3 // Purpose: Includes generic choice dialog file
4 // Author: Julian Smart
5 // Modified by:
6 // Created:
7 // RCS-ID: $Id$
8 // Copyright: Julian Smart
9 // Licence: wxWindows licence
10 /////////////////////////////////////////////////////////////////////////////
11
12 #ifndef _WX_CHOICDLG_H_BASE_
13 #define _WX_CHOICDLG_H_BASE_
14
15 #if wxUSE_CHOICEDLG
16
17 #include "wx/generic/choicdgg.h"
18
19 #endif
20
21 #endif
22 // _WX_CHOICDLG_H_BASE_