mirror of https://github.com/BOINC/boinc.git
- MGR: Fix Linux build break.
clientgui/ NoticeListCtrl.cpp, .h svn path=/trunk/boinc/; revision=21869
This commit is contained in:
parent
4c5cec8d12
commit
7320190522
|
@ -4933,3 +4933,9 @@ David 30 Jun 2010
|
|||
boinc_log.cpp
|
||||
cs_notice.cpp
|
||||
http_curl_win.h (removed)
|
||||
|
||||
Rom 6 July 2010
|
||||
- MGR: Fix Linux build break.
|
||||
|
||||
clientgui/
|
||||
NoticeListCtrl.cpp, .h
|
||||
|
|
|
@ -28,7 +28,6 @@
|
|||
////@begin XPM images
|
||||
////@end XPM images
|
||||
|
||||
|
||||
#ifdef __WXMAC__
|
||||
|
||||
CNoticeListCtrlAccessible::CNoticeListCtrlAccessible(wxWindow* win) {
|
||||
|
@ -363,6 +362,7 @@ wxAccStatus CNoticeListCtrlAccessible::GetSelections(wxVariant* )
|
|||
return wxACC_NOT_IMPLEMENTED;
|
||||
}
|
||||
#endif // ifndef __WXMAC__
|
||||
|
||||
#endif // wxUSE_ACCESSIBILITY || defined(__WXMAC__)
|
||||
|
||||
|
||||
|
|
|
@ -23,6 +23,8 @@
|
|||
#endif
|
||||
|
||||
|
||||
#if wxUSE_ACCESSIBILITY || defined(__WXMAC__)
|
||||
|
||||
#ifdef __WXMAC__
|
||||
#define wxACC_SELF 0
|
||||
#define wxACC_OK noErr
|
||||
|
@ -74,6 +76,8 @@ public:
|
|||
#endif
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
/*!
|
||||
* CNoticeListCtrl class declaration
|
||||
|
|
Loading…
Reference in New Issue