mirror of https://github.com/BOINC/boinc.git
*** empty log message ***
svn path=/trunk/boinc/; revision=2825
This commit is contained in:
parent
6f8ecaeb84
commit
844305680d
|
@ -24,6 +24,8 @@
|
|||
#include <afxwin.h>
|
||||
extern DWORD WINAPI win_graphics_event_loop( LPVOID duff );
|
||||
HANDLE graphics_threadh=NULL;
|
||||
#else
|
||||
#include "config.h"
|
||||
#endif
|
||||
|
||||
#ifdef __APPLE_CC__
|
||||
|
|
|
@ -17,7 +17,10 @@
|
|||
// Contributor(s):
|
||||
//
|
||||
|
||||
#ifndef _WIN32
|
||||
#include "config.h"
|
||||
#endif
|
||||
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
@ -29,6 +32,9 @@
|
|||
#include "jpeglib.h"
|
||||
#include "bmplib.h"
|
||||
#include "tgalib.h"
|
||||
#include <GL/gl.h>
|
||||
#include <GL/glu.h>
|
||||
#include <GL/glut.h>
|
||||
#else
|
||||
#include <jpeglib.h>
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue