1998-08-14 20:23:28 -04:00
|
|
|
#ifndef _WX_CHOICDLG_H_BASE_
|
|
|
|
#define _WX_CHOICDLG_H_BASE_
|
1998-05-20 10:01:55 -04:00
|
|
|
|
1999-06-26 07:56:44 -04:00
|
|
|
#ifdef __WXGTK__
|
|
|
|
#include "wx/gtk/choicdlg.h"
|
|
|
|
#else
|
1998-05-20 10:01:55 -04:00
|
|
|
#include "wx/generic/choicdgg.h"
|
1999-06-26 07:56:44 -04:00
|
|
|
#endif
|
1998-05-20 10:01:55 -04:00
|
|
|
|
|
|
|
#endif
|
1998-08-14 20:23:28 -04:00
|
|
|
// _WX_CHOICDLG_H_BASE_
|