mirror of https://github.com/BOINC/boinc.git
parent
56d6b61dcb
commit
84b611fc0c
|
@ -62,10 +62,6 @@ static double fraction_done;
|
|||
static bool ready_to_checkpoint = false;
|
||||
static bool this_process_active;
|
||||
|
||||
#ifdef _WIN32
|
||||
DWORD WINAPI graphics_main( LPVOID duff );
|
||||
#endif
|
||||
|
||||
// read the INIT_DATA and FD_INIT files
|
||||
//
|
||||
int boinc_init() {
|
||||
|
|
|
@ -3,6 +3,11 @@
|
|||
|
||||
#include "parse.h"
|
||||
|
||||
#ifdef _WIN32
|
||||
#include <windows.h>
|
||||
DWORD WINAPI win_graphics_event_loop( LPVOID duff );
|
||||
#endif
|
||||
|
||||
#ifdef __APPLE_CC__
|
||||
#include <Carbon/Carbon.h>
|
||||
#include <CoreServices/CoreServices.h>
|
||||
|
|
Loading…
Reference in New Issue