X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8a328874b690081d8cf4539b2fd99f680ca6ff73..af2799b7bbc4f52d43984049f7fe42a1fb1b968c:/include/wx/msw/tbarmsw.h diff --git a/include/wx/msw/tbarmsw.h b/include/wx/msw/tbarmsw.h index 53874e300a..2a5c36ee7d 100644 --- a/include/wx/msw/tbarmsw.h +++ b/include/wx/msw/tbarmsw.h @@ -1,6 +1,6 @@ ///////////////////////////////////////////////////////////////////////////// // Name: wx/msw/tbarmsw.h -// Purpose: wxToolBar for Win16 +// Purpose: wxToolBar for older Windowses // Author: Julian Smart // Modified by: 13.12.99 by VZ during toolbar classes reorganization // Created: 01/02/97 @@ -12,7 +12,7 @@ #ifndef _WX_TBARMSW_H_ #define _WX_TBARMSW_H_ -#ifdef __GNUG__ +#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA) #pragma interface "tbarmsw.h" #endif @@ -25,7 +25,7 @@ WXDLLEXPORT_DATA(extern const wxChar*) wxButtonBarNameStr; class WXDLLEXPORT wxMemoryDC; // ---------------------------------------------------------------------------- -// wxToolBar for Win16 +// wxToolBar for older Windowses // ---------------------------------------------------------------------------- class WXDLLEXPORT wxToolBar : public wxToolBarBase @@ -76,7 +76,7 @@ public: // implementation only from now on // ------------------------------- - // Handle wxWindows events + // Handle wxWidgets events void OnPaint(wxPaintEvent& event); void OnMouseEvent(wxMouseEvent& event);