Added a couple missing WXDLLEXPORTs

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15474 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn 2002-05-09 22:49:07 +00:00
parent ba14d9861d
commit 64bea2bf57
2 changed files with 5 additions and 5 deletions

View File

@ -563,7 +563,7 @@ DECLARE_LOG_FUNCTION2(SysError, long lErrCode);
// wxLogFatalError helper: show the (fatal) error to the user in a safe way, // wxLogFatalError helper: show the (fatal) error to the user in a safe way,
// i.e. without using wxMessageBox() for example because it could crash // i.e. without using wxMessageBox() for example because it could crash
extern void wxSafeShowMessage(const wxString& title, const wxString& text); void WXDLLEXPORT wxSafeShowMessage(const wxString& title, const wxString& text);
// ---------------------------------------------------------------------------- // ----------------------------------------------------------------------------
// debug only logging functions: use them with API name and error code // debug only logging functions: use them with API name and error code

View File

@ -171,7 +171,7 @@ public:
// include the declaration of the real platform-dependent class // include the declaration of the real platform-dependent class
// ---------------------------------------------------------------------------- // ----------------------------------------------------------------------------
class wxSystemSettings : public wxSystemSettingsNative class WXDLLEXPORT wxSystemSettings : public wxSystemSettingsNative
{ {
public: public:
#ifdef __WXUNIVERSAL__ #ifdef __WXUNIVERSAL__