]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/datacmn.cpp
Get rid of wxUSE_GSOCKET_CPLUSPLUS
[wxWidgets.git] / src / common / datacmn.cpp
index 7fc2803947cfb7c2f4349e5c16a8159ffb8506d7..b74d729ffad274f14fa2805ff9b52a843c381891 100644 (file)
@@ -1,11 +1,11 @@
 ///////////////////////////////////////////////////////////////////////////////
 // Name:        common/datacmn.cpp
-// Purpose:     contains definitions of various global wxWindows variables
+// Purpose:     contains definitions of various global wxWidgets variables
 // Author:      Vadim Zeitlin
 // Modified by:
 // Created:     10.04.03 (from src/*/data.cpp files)
 // RCS-ID:      $Id$
-// Copyright:   (c) 1997-2002 wxWindows development team
+// Copyright:   (c) 1997-2002 wxWidgets development team
 // License:     wxWindows license
 ///////////////////////////////////////////////////////////////////////////////
 
@@ -36,8 +36,6 @@
 // Useful buffer, initialized in wxCommonInit
 wxChar *wxBuffer = NULL;
 
-#if wxUSE_GUI
-
 // Windows List
 wxWindowList wxTopLevelWindows;
 
@@ -160,4 +158,3 @@ WXDLLEXPORT_DATA(const wxChar *) wxUserResourceStr = wxT("TEXT");
 const wxSize wxDefaultSize(-1, -1);
 const wxPoint wxDefaultPosition(-1, -1);
 
-#endif // wxUSE_GUI