-// Useful buffer, initialized in wxCommonInit
-wxChar *wxBuffer = NULL;
-
-// Windows List
-wxWindowList wxTopLevelWindows;
-
-// List of windows pending deletion
-wxList WXDLLEXPORT wxPendingDelete;
-
-int wxPageNumber;
-
-// GDI Object Lists
-wxFontList *wxTheFontList = NULL;
-wxPenList *wxThePenList = NULL;
-wxBrushList *wxTheBrushList = NULL;
-wxColourDatabase *wxTheColourDatabase = NULL;
-