no message

svn path=/trunk/boinc/; revision=2316
This commit is contained in:
Eric J. Korpela 2003-09-08 16:20:29 +00:00
parent 78d541add2
commit 68e2a0af06
1 changed files with 7 additions and 3 deletions

View File

@ -17,15 +17,19 @@
// Contributor(s):
//
#include "config.h"
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <math.h>
#ifdef _WIN32
#include <windows.h>
#include "gl/gl.h"
#include "gl/glu.h"
#include "gl/glut.h"
/* the old way... Use the defines below which should be set in
* config.h
* #include "gl/gl.h"
* #include "gl/glu.h"
* #include "gl/glut.h"
*/
#endif
#ifdef HAVE_GL_H