Small tweak for correct win32 compiling.

This commit is contained in:
curt 1998-05-20 20:50:28 +00:00
parent ff8845de52
commit 4ccc2b3cfc
2 changed files with 13 additions and 4 deletions

View File

@ -2,15 +2,20 @@
#define _XGL_H
#ifdef HAVE_WINDOWS_H
# include <windows.h>
#endif
#include <GL/gl.h>
#include <GL/glu.h>
#include <stdio.h>
#ifdef __cplusplus
extern "C" {
#endif
#include <GL/gl.h>
#include <GL/glu.h>
#include <stdio.h>
/* xgl Utilities */
extern FILE *xglTraceFd ;

View File

@ -1,4 +1,8 @@
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif
#include <stdio.h>
#include <stdlib.h>