more exports

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@48525 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2007-09-03 03:12:09 +00:00
parent a3fd36e7c3
commit af312d2179
2 changed files with 2 additions and 2 deletions

View File

@@ -15,7 +15,7 @@
#include "wx/string.h" #include "wx/string.h"
#include "wx/event.h" #include "wx/event.h"
class wxToolTip : public wxObject class WXDLLIMPEXP_CORE wxToolTip : public wxObject
{ {
public: public:
// ctor & dtor // ctor & dtor

View File

@@ -50,7 +50,7 @@ void UMAShowArrowCursor() ;
// window manager // window manager
GrafPtr UMAGetWindowPort( WindowRef inWindowRef ) ; WXDLLIMPEXP_BASE GrafPtr UMAGetWindowPort( WindowRef inWindowRef ) ;
void UMADisposeWindow( WindowRef inWindowRef ) ; void UMADisposeWindow( WindowRef inWindowRef ) ;
void UMASetWTitle( WindowRef inWindowRef , const wxString& title , wxFontEncoding encoding) ; void UMASetWTitle( WindowRef inWindowRef , const wxString& title , wxFontEncoding encoding) ;