57dde4bd58
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
12 lines
183 B
C
12 lines
183 B
C
#ifndef _WX_TEXTDLG_H_BASE_
|
|
#define _WX_TEXTDLG_H_BASE_
|
|
|
|
#ifdef __WXGTK__
|
|
#include "wx/gtk/textdlg.h"
|
|
#else
|
|
#include "wx/generic/textdlgg.h"
|
|
#endif
|
|
|
|
#endif
|
|
// _WX_TEXTDLG_H_BASE_
|