2005-05-04 18:57:50 +00:00
|
|
|
/////////////////////////////////////////////////////////////////////////////
|
2011-03-20 00:14:35 +00:00
|
|
|
// Name: wx/choicdlg.h
|
2005-05-04 18:57:50 +00:00
|
|
|
// Purpose: Includes generic choice dialog file
|
|
|
|
// Author: Julian Smart
|
|
|
|
// Modified by:
|
|
|
|
// Created:
|
|
|
|
// Copyright: Julian Smart
|
|
|
|
// Licence: wxWindows licence
|
|
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
|
|
|
1998-08-15 00:23:28 +00:00
|
|
|
#ifndef _WX_CHOICDLG_H_BASE_
|
|
|
|
#define _WX_CHOICDLG_H_BASE_
|
1998-05-20 14:01:55 +00:00
|
|
|
|
2013-10-15 16:12:46 +00:00
|
|
|
#include "wx/defs.h"
|
|
|
|
|
2004-05-30 15:14:41 +00:00
|
|
|
#if wxUSE_CHOICEDLG
|
|
|
|
|
1998-05-20 14:01:55 +00:00
|
|
|
#include "wx/generic/choicdgg.h"
|
|
|
|
|
2004-05-30 15:14:41 +00:00
|
|
|
#endif
|
|
|
|
|
2013-10-15 16:12:46 +00:00
|
|
|
#endif // _WX_CHOICDLG_H_BASE_
|