X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ab20a9a95a8bbed75bfc6ecba20f013eb9dcff46..7b65ea1af911e4ba65c47e2ed4f3138367b2bdbb:/include/wx/msw/notebook.h diff --git a/include/wx/msw/notebook.h b/include/wx/msw/notebook.h index 1a5dde10c1..8b94e5ce8f 100644 --- a/include/wx/msw/notebook.h +++ b/include/wx/msw/notebook.h @@ -18,20 +18,11 @@ // ---------------------------------------------------------------------------- // headers // ---------------------------------------------------------------------------- + #ifndef _DYNARRAY_H #include #endif //_DYNARRAY_H -// This is a work-around for missing defines in gcc-2.95 headers -#ifndef TCS_RIGHT -#define TCS_RIGHT 0x0002 -#endif -#ifndef TCS_VERTICAL -#define TCS_VERTICAL 0x0080 -#endif -#ifndef TCS_BOTTOM -#define TCS_BOTTOM TCS_RIGHT -#endif // ---------------------------------------------------------------------------- // types // ---------------------------------------------------------------------------- @@ -43,7 +34,7 @@ class WXDLLEXPORT wxWindow; // array of notebook pages typedef wxWindow WXDLLEXPORT wxNotebookPage; // so far, any window can be a page -WX_DEFINE_ARRAY(wxNotebookPage *, wxArrayPages); +WX_DEFINE_EXPORTED_ARRAY(wxNotebookPage *, wxArrayPages); // ---------------------------------------------------------------------------- // wxNotebook