From: Mattia Barbon Date: Fri, 25 Apr 2003 20:26:32 +0000 (+0000) Subject: Compilation fix for wxBase. X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/94923d51273779d3314034f77dccd348c965dcfe Compilation fix for wxBase. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20348 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/common/datacmn.cpp b/src/common/datacmn.cpp index 4d985031a2..7fc2803947 100644 --- a/src/common/datacmn.cpp +++ b/src/common/datacmn.cpp @@ -36,6 +36,8 @@ // Useful buffer, initialized in wxCommonInit wxChar *wxBuffer = NULL; +#if wxUSE_GUI + // Windows List wxWindowList wxTopLevelWindows; @@ -158,3 +160,4 @@ WXDLLEXPORT_DATA(const wxChar *) wxUserResourceStr = wxT("TEXT"); const wxSize wxDefaultSize(-1, -1); const wxPoint wxDefaultPosition(-1, -1); +#endif // wxUSE_GUI