mirror of https://github.com/BOINC/boinc.git
*** empty log message ***
svn path=/trunk/boinc/; revision=10663
This commit is contained in:
parent
74ad6f7ca0
commit
fc6bec73d1
|
@ -7609,3 +7609,10 @@ David 17 July 2006
|
|||
scheduler_ops.C
|
||||
lib/
|
||||
app_ipc.C
|
||||
|
||||
Charlie 17 July 2006
|
||||
- Fix lost changes from July 3 merge of simple gui and sandbox XCode projects.
|
||||
|
||||
mac_build/
|
||||
boinc.xcodeproj/
|
||||
project.pbxproj
|
||||
|
|
|
@ -21,6 +21,10 @@
|
|||
#pragma implementation "sg_ViewTabPage.h"
|
||||
#endif
|
||||
|
||||
#ifdef __APPLE__
|
||||
#include <unistd.h> // For itoa()
|
||||
#endif
|
||||
|
||||
#include "stdwx.h"
|
||||
#include "BOINCGUIApp.h"
|
||||
#include "MainDocument.h"
|
||||
|
|
Loading…
Reference in New Issue