]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/notebook.h
bugfixes
[wxWidgets.git] / include / wx / msw / notebook.h
index 586144ed879506c79c19a3daa360440fc4ea7ede..265274a036d3b26a25465760f4eb536f406691bd 100644 (file)
@@ -18,6 +18,7 @@
 // ----------------------------------------------------------------------------
 // headers
 // ----------------------------------------------------------------------------
+
 #ifndef   _DYNARRAY_H
   #include <wx/dynarray.h>
 #endif  //_DYNARRAY_H
@@ -33,14 +34,8 @@ class WXDLLEXPORT wxWindow;
 // array of notebook pages
 typedef wxWindow WXDLLEXPORT wxNotebookPage;  // so far, any window can be a page
 
-#undef WXDLLEXPORTLOCAL
-#define WXDLLEXPORTLOCAL WXDLLEXPORT
-
 WX_DEFINE_ARRAY(wxNotebookPage *, wxArrayPages);
 
-#undef  WXDLLEXPORTLOCAL
-#define WXDLLEXPORTLOCAL
-
 // ----------------------------------------------------------------------------
 // wxNotebook
 // ----------------------------------------------------------------------------