removed unnecessary #if wxUSE_GUIs
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@21233 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -36,8 +36,6 @@
|
|||||||
// Useful buffer, initialized in wxCommonInit
|
// Useful buffer, initialized in wxCommonInit
|
||||||
wxChar *wxBuffer = NULL;
|
wxChar *wxBuffer = NULL;
|
||||||
|
|
||||||
#if wxUSE_GUI
|
|
||||||
|
|
||||||
// Windows List
|
// Windows List
|
||||||
wxWindowList wxTopLevelWindows;
|
wxWindowList wxTopLevelWindows;
|
||||||
|
|
||||||
@@ -160,4 +158,3 @@ WXDLLEXPORT_DATA(const wxChar *) wxUserResourceStr = wxT("TEXT");
|
|||||||
const wxSize wxDefaultSize(-1, -1);
|
const wxSize wxDefaultSize(-1, -1);
|
||||||
const wxPoint wxDefaultPosition(-1, -1);
|
const wxPoint wxDefaultPosition(-1, -1);
|
||||||
|
|
||||||
#endif // wxUSE_GUI
|
|
||||||
|
@@ -53,9 +53,6 @@
|
|||||||
#include "wx/object.h"
|
#include "wx/object.h"
|
||||||
#include "wx/list.h"
|
#include "wx/list.h"
|
||||||
#include "wx/utils.h"
|
#include "wx/utils.h"
|
||||||
#if wxUSE_GUI
|
|
||||||
#include "wx/msgdlg.h"
|
|
||||||
#endif
|
|
||||||
#include "wx/log.h"
|
#include "wx/log.h"
|
||||||
#endif
|
#endif
|
||||||
#include "wx/filefn.h"
|
#include "wx/filefn.h"
|
||||||
|
@@ -48,9 +48,6 @@
|
|||||||
#include "wx/object.h"
|
#include "wx/object.h"
|
||||||
#include "wx/list.h"
|
#include "wx/list.h"
|
||||||
#include "wx/utils.h"
|
#include "wx/utils.h"
|
||||||
#if wxUSE_GUI
|
|
||||||
#include "wx/msgdlg.h"
|
|
||||||
#endif
|
|
||||||
#include "wx/log.h"
|
#include "wx/log.h"
|
||||||
#endif
|
#endif
|
||||||
#include "wx/filefn.h"
|
#include "wx/filefn.h"
|
||||||
|
Reference in New Issue
Block a user