Added wxGTK-only cmn dialogs.
Fixed a few includes and installing makefiles. Updated testconf accordingly. Good fences make good neighbours. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2905 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
92049cd473
commit
57dde4bd58
31 changed files with 5104 additions and 20 deletions
|
|
@ -1,7 +1,11 @@
|
|||
#ifndef _WX_CHOICDLG_H_BASE_
|
||||
#define _WX_CHOICDLG_H_BASE_
|
||||
|
||||
#ifdef __WXGTK__
|
||||
#include "wx/gtk/choicdlg.h"
|
||||
#else
|
||||
#include "wx/generic/choicdgg.h"
|
||||
#endif
|
||||
|
||||
#endif
|
||||
// _WX_CHOICDLG_H_BASE_
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue