Added an #ifdef to osgGLUT/Window.cpp to handle the case of compiling against

older versions of GLUT.
This commit is contained in:
Robert Osfield
2003-01-24 15:12:54 +00:00
parent 63303787fc
commit 31e4185aa6
41 changed files with 93 additions and 91 deletions

View File

@@ -20,15 +20,15 @@
* $Id$
*/
#define LIB3DS_EXPORT
#include <node.h>
#include <file.h>
#include <readwrite.h>
#include <chunk.h>
#include <matrix.h>
#include "node.h"
#include "file.h"
#include "readwrite.h"
#include "chunk.h"
#include "matrix.h"
#include <stdlib.h>
#include <string.h>
#include <math.h>
#include <config.h>
#include "config.h"
#ifdef WITH_DMALLOC
#include <dmalloc.h>
#endif