mirror of https://github.com/BOINC/boinc.git
parent
a83e496dd3
commit
6e29ab2b1a
|
@ -17,6 +17,11 @@
|
||||||
// Contributor(s):
|
// Contributor(s):
|
||||||
//
|
//
|
||||||
|
|
||||||
|
#ifdef _WIN32
|
||||||
|
#include <afxwin.h>
|
||||||
|
DWORD WINAPI win_graphics_event_loop( LPVOID duff );
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifdef BOINC_APP_GRAPHICS
|
#ifdef BOINC_APP_GRAPHICS
|
||||||
#ifdef __APPLE_CC__
|
#ifdef __APPLE_CC__
|
||||||
#include <OpenGL/gl.h>
|
#include <OpenGL/gl.h>
|
||||||
|
@ -34,11 +39,6 @@
|
||||||
|
|
||||||
#include "parse.h"
|
#include "parse.h"
|
||||||
|
|
||||||
#ifdef _WIN32
|
|
||||||
#include <afxwin.h>
|
|
||||||
DWORD WINAPI win_graphics_event_loop( LPVOID duff );
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#ifdef __APPLE_CC__
|
#ifdef __APPLE_CC__
|
||||||
#include "mac_app_opengl.h"
|
#include "mac_app_opengl.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in New Issue