- MGR: Fix Linux build break.

clientgui/
        NoticeListCtrl.cpp, .h

svn path=/trunk/boinc/; revision=21869
This commit is contained in:
Rom Walton 2010-07-06 19:26:53 +00:00
parent 4c5cec8d12
commit 7320190522
3 changed files with 11 additions and 1 deletions

View File

@ -4933,3 +4933,9 @@ David 30 Jun 2010
boinc_log.cpp boinc_log.cpp
cs_notice.cpp cs_notice.cpp
http_curl_win.h (removed) http_curl_win.h (removed)
Rom 6 July 2010
- MGR: Fix Linux build break.
clientgui/
NoticeListCtrl.cpp, .h

View File

@ -28,7 +28,6 @@
////@begin XPM images ////@begin XPM images
////@end XPM images ////@end XPM images
#ifdef __WXMAC__ #ifdef __WXMAC__
CNoticeListCtrlAccessible::CNoticeListCtrlAccessible(wxWindow* win) { CNoticeListCtrlAccessible::CNoticeListCtrlAccessible(wxWindow* win) {
@ -363,6 +362,7 @@ wxAccStatus CNoticeListCtrlAccessible::GetSelections(wxVariant* )
return wxACC_NOT_IMPLEMENTED; return wxACC_NOT_IMPLEMENTED;
} }
#endif // ifndef __WXMAC__ #endif // ifndef __WXMAC__
#endif // wxUSE_ACCESSIBILITY || defined(__WXMAC__) #endif // wxUSE_ACCESSIBILITY || defined(__WXMAC__)

View File

@ -23,6 +23,8 @@
#endif #endif
#if wxUSE_ACCESSIBILITY || defined(__WXMAC__)
#ifdef __WXMAC__ #ifdef __WXMAC__
#define wxACC_SELF 0 #define wxACC_SELF 0
#define wxACC_OK noErr #define wxACC_OK noErr
@ -74,6 +76,8 @@ public:
#endif #endif
}; };
#endif
/*! /*!
* CNoticeListCtrl class declaration * CNoticeListCtrl class declaration