]> git.saurik.com Git - wxWidgets.git/commitdiff
Added a couple missing WXDLLEXPORTs
authorRobin Dunn <robin@alldunn.com>
Thu, 9 May 2002 22:49:07 +0000 (22:49 +0000)
committerRobin Dunn <robin@alldunn.com>
Thu, 9 May 2002 22:49:07 +0000 (22:49 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15474 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/log.h
include/wx/settings.h

index 00485e46de15023832e9f8c7a734203995886daa..c07ee5825fdf67746b79d388767822b3c6337e61 100644 (file)
@@ -241,7 +241,7 @@ private:
 class WXDLLEXPORT wxLogStderr : public wxLog
 {
     DECLARE_NO_COPY_CLASS(wxLogStderr)
 class WXDLLEXPORT wxLogStderr : public wxLog
 {
     DECLARE_NO_COPY_CLASS(wxLogStderr)
-        
+
 public:
     // redirect log output to a FILE
     wxLogStderr(FILE *fp = (FILE *) NULL);
 public:
     // redirect log output to a FILE
     wxLogStderr(FILE *fp = (FILE *) NULL);
@@ -563,7 +563,7 @@ DECLARE_LOG_FUNCTION2(SysError, long lErrCode);
 
 // wxLogFatalError helper: show the (fatal) error to the user in a safe way,
 // i.e. without using wxMessageBox() for example because it could crash
 
 // wxLogFatalError helper: show the (fatal) error to the user in a safe way,
 // 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
index 14d4e5fa3f74ec60cf464165b39e9766099b3271..8d5467212f6885099c992ebc2fa9337925190d8d 100644 (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:
 #ifdef __WXUNIVERSAL__
 {
 public:
 #ifdef __WXUNIVERSAL__
@@ -184,10 +184,10 @@ public:
     // Get system screen design (desktop, pda, ..) used for
     // laying out various dialogs.
     static wxSystemScreen GetScreen();
     // Get system screen design (desktop, pda, ..) used for
     // laying out various dialogs.
     static wxSystemScreen GetScreen();
-    
+
     // Override default.
     static void SetScreen( wxSystemScreen screen );
     // Override default.
     static void SetScreen( wxSystemScreen screen );
-    
+
     // Value
     static wxSystemScreen ms_screen;
 
     // Value
     static wxSystemScreen ms_screen;