*** empty log message ***

svn path=/trunk/boinc/; revision=2825
This commit is contained in:
Karl Chen 2003-12-24 00:56:48 +00:00
parent 6f8ecaeb84
commit 844305680d
2 changed files with 8 additions and 0 deletions

View File

@ -24,6 +24,8 @@
#include <afxwin.h> #include <afxwin.h>
extern DWORD WINAPI win_graphics_event_loop( LPVOID duff ); extern DWORD WINAPI win_graphics_event_loop( LPVOID duff );
HANDLE graphics_threadh=NULL; HANDLE graphics_threadh=NULL;
#else
#include "config.h"
#endif #endif
#ifdef __APPLE_CC__ #ifdef __APPLE_CC__

View File

@ -17,7 +17,10 @@
// Contributor(s): // Contributor(s):
// //
#ifndef _WIN32
#include "config.h" #include "config.h"
#endif
#include <stdio.h> #include <stdio.h>
#include <stdlib.h> #include <stdlib.h>
#include <string.h> #include <string.h>
@ -29,6 +32,9 @@
#include "jpeglib.h" #include "jpeglib.h"
#include "bmplib.h" #include "bmplib.h"
#include "tgalib.h" #include "tgalib.h"
#include <GL/gl.h>
#include <GL/glu.h>
#include <GL/glut.h>
#else #else
#include <jpeglib.h> #include <jpeglib.h>
#endif #endif