*** empty log message ***

svn path=/trunk/boinc/; revision=5720
This commit is contained in:
Charlie Fenton 2005-03-25 12:51:07 +00:00
parent 2e8b1855de
commit 1718017da0
2 changed files with 3 additions and 3 deletions

View File

@ -26165,7 +26165,7 @@ Charlie 25 Mar 2005
BOINC Manager: create BOINC Data directory in "/Library/Application Support/"
directory, not in user's "~/Library/Application Support/"
Set working directory to "BOINC Data" before redirecting stdout and stderr
Fixed BOINCTRACE compile error when non-debug build on Mac
Fixed BOINCTRACE compile warning when non-debug build on Mac
Fixed bug in CTaskBarIcon::OnNetworkSelection
Implemented Dock popup menu using CTaskBarIcon class
Implemented System Menubar Icon menu using CMacSystemMenu class derived from

View File

@ -148,8 +148,8 @@ extern void boinc_info_release(const char *pszFormat, ...);
#else // _DEBUG
#define BOINCASSERT
#define BOINCTRACE
#define BOINCASSERT(expr)
#define BOINCTRACE(...)
#define BOINCINFO boinc_info_release
#endif // _DEBUG