From: Robin Dunn Date: Mon, 3 Sep 2007 03:12:09 +0000 (+0000) Subject: more exports X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/af312d2179240e989b04b607916c5de1367ffd44?ds=inline more exports git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@48525 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/mac/carbon/tooltip.h b/include/wx/mac/carbon/tooltip.h index dfe36d72b6..df51d47ffb 100644 --- a/include/wx/mac/carbon/tooltip.h +++ b/include/wx/mac/carbon/tooltip.h @@ -15,7 +15,7 @@ #include "wx/string.h" #include "wx/event.h" -class wxToolTip : public wxObject +class WXDLLIMPEXP_CORE wxToolTip : public wxObject { public: // ctor & dtor diff --git a/include/wx/mac/carbon/uma.h b/include/wx/mac/carbon/uma.h index 748f016acc..23bb3d31ce 100644 --- a/include/wx/mac/carbon/uma.h +++ b/include/wx/mac/carbon/uma.h @@ -50,7 +50,7 @@ void UMAShowArrowCursor() ; // window manager -GrafPtr UMAGetWindowPort( WindowRef inWindowRef ) ; +WXDLLIMPEXP_BASE GrafPtr UMAGetWindowPort( WindowRef inWindowRef ) ; void UMADisposeWindow( WindowRef inWindowRef ) ; void UMASetWTitle( WindowRef inWindowRef , const wxString& title , wxFontEncoding encoding) ;