Windows fixes

svn path=/trunk/boinc/; revision=428
This commit is contained in:
Eric Heien 2002-09-18 22:58:01 +00:00
parent 56d6b61dcb
commit 84b611fc0c
2 changed files with 5 additions and 4 deletions

View File

@ -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() {

View File

@ -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>