X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/771be77f9a134e71facb6611bd490d45cf30b142..0441868f0826077c1412a9828e5f3e67f32c425d:/include/wx/statusbr.h diff --git a/include/wx/statusbr.h b/include/wx/statusbr.h index d60562e139..3c892013ad 100644 --- a/include/wx/statusbr.h +++ b/include/wx/statusbr.h @@ -5,24 +5,23 @@ // Modified by: // Created: 05.02.00 // RCS-ID: $Id$ -// Copyright: (c) wxWidgets team +// Copyright: (c) Vadim Zeitlin // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// #ifndef _WX_STATUSBR_H_BASE_ #define _WX_STATUSBR_H_BASE_ -#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA) - #pragma interface "statbar.h" -#endif - -#include "wx/window.h" +#include "wx/defs.h" #if wxUSE_STATUSBAR +#include "wx/window.h" #include "wx/list.h" #include "wx/dynarray.h" +extern WXDLLIMPEXP_DATA_CORE(const wxChar) wxStatusBarNameStr[]; + WX_DECLARE_LIST(wxString, wxListString); // ---------------------------------------------------------------------------- @@ -150,7 +149,7 @@ protected: #define wxStatusBarUniv wxStatusBar #include "wx/univ/statusbr.h" -#elif defined(__PALMOS__) +#elif defined(__WXPALMOS__) #define wxStatusBarPalm wxStatusBar #include "wx/palmos/statusbr.h"