For some reason I don't know yet, the APIENTRY stuff in osg/GL is broken for some files. Include the real windows.h until we find why.

This commit is contained in:
fredb
2006-11-03 10:04:58 +00:00
parent 1408c1b623
commit 741e9c5ed5

View File

@@ -22,6 +22,12 @@
#include <iosfwd>
// FIXME, make it compile on IRIX
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif
#ifdef HAVE_WINDOWS_H
# include <windows.h>
#endif
#include <osg/GL>
#include "SGMathFwd.hxx"