svn path=/trunk/boinc/; revision=558
This commit is contained in:
Eric Heien 2002-11-01 18:59:18 +00:00
parent a83e496dd3
commit 6e29ab2b1a
1 changed files with 5 additions and 5 deletions

View File

@ -17,6 +17,11 @@
// Contributor(s):
//
#ifdef _WIN32
#include <afxwin.h>
DWORD WINAPI win_graphics_event_loop( LPVOID duff );
#endif
#ifdef BOINC_APP_GRAPHICS
#ifdef __APPLE_CC__
#include <OpenGL/gl.h>
@ -34,11 +39,6 @@
#include "parse.h"
#ifdef _WIN32
#include <afxwin.h>
DWORD WINAPI win_graphics_event_loop( LPVOID duff );
#endif
#ifdef __APPLE_CC__
#include "mac_app_opengl.h"
#endif