X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/97fdfcc9fdc68c3510599bf483afcb34d8768057..7eff657c071f9df1938edb2d1b530492ccfc9489:/include/wx/os2/toolbar.h diff --git a/include/wx/os2/toolbar.h b/include/wx/os2/toolbar.h index 828fc4dd67..566bbb530a 100644 --- a/include/wx/os2/toolbar.h +++ b/include/wx/os2/toolbar.h @@ -15,8 +15,6 @@ #if wxUSE_TOOLBAR #include "wx/tbarbase.h" -WXDLLEXPORT_DATA(extern const wxChar*) wxToolBarNameStr; - class WXDLLEXPORT wxToolBar: public wxToolBarBase { public: @@ -100,8 +98,7 @@ protected: void UpdateSize(void); // override WndProc to process WM_SIZE - virtual MRESULT OS2WindowProc( HWND hWnd - ,WXUINT ulMsg + virtual MRESULT OS2WindowProc( WXUINT ulMsg ,WXWPARAM wParam ,WXLPARAM lParam );